body, html {
   font-family: "Noto Sans SC",-apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
}

@font-face {
  font-family: 'beba';
  src: url("fonts/BEBAS.eot");
  src: url("fonts/BEBAS.eot") format("embedded-opentype"), url("fonts/BEBAS.woff") format("woff"), url("fonts/BEBAS.ttf") format("truetype"), url("fonts/BEBAS.svg#BEBAS") format("svg");
}
@font-face {
  font-family: 'din';
  src: url("fonts/DIN-Regular.eot");
  src: url("fonts/DIN-Regular.eot") format("embedded-opentype"), url("fonts/DIN-Regular.woff") format("woff"), url("fonts/DIN-Regular.ttf") format("truetype"), url("fonts/DIN-Regular.svg#DIN-Regular") format("svg");
}
@font-face {
  font-family: "DINCond-Medium";
  src: url("../fonts/dincond-medium.woff2") format("woff2"),
  url("../fonts/dincond-medium.woff") format("woff"),
  url("../fonts/dincond-medium.ttf") format("truetype"),
  url("../fonts/dincond-medium.eot") format("embedded-opentype"),
  url("../fonts/dincond-medium.svg") format("svg");
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica.woff2") format("woff2"),
  url("../fonts/helvetica.woff") format("woff"),
  url("../fonts/helvetica.ttf") format("truetype"),
  url("../fonts/helvetica.eot") format("embedded-opentype"),
  url("../fonts/helvetica.svg") format("svg");
}

@font-face {
  font-family: "DINCond-Bold_1";
  src: url("../fonts/dincond-bold_1.woff2") format("woff2"),
  url("../fonts/dincond-bold_1.woff") format("woff"),
  url("../fonts/dincond-bold_1.ttf") format("truetype"),
  url("../fonts/dincond-bold_1.eot") format("embedded-opentype"),
  url("../fonts/dincond-bold_1.svg") format("svg");
}
@font-face {
  font-family: "DINCond-Light";
  src: url("../fonts/dincond-light.woff2") format("woff2"),
  url("../fonts/dincond-light.woff") format("woff"),
  url("../fonts/dincond-light.ttf") format("truetype"),
  url("../fonts/dincond-light.eot") format("embedded-opentype"),
  url("../fonts/dincond-light.svg") format("svg");
}

@font-face {
  font-family: "DINPro-Light";
  src: url("../fonts/dinpro-light.woff2") format("woff2"),
  url("../fonts/dinpro-light.woff") format("woff"),
  url("../fonts/dinpro-light.ttf") format("truetype"),
  url("../fonts/dinpro-light.eot") format("embedded-opentype"),
  url("../fonts/dinpro-light.svg") format("svg");
}

/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #07a3e9;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #07a3e9;
}

#pages li:hover a {
    color: #fff;
}
.din {
  font-family: "din";
}

.ft80 {
  font-size: 2rem;
}

.ft26 {
  font-size: 0.65rem;
}

.ft28 {
  font-size: 0.7rem;
}
.fl1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.fl2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.secwenk {
  opacity: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: translateY(100px) scale(1.1);
  transform: translateY(100px) scale(1.1);
  transition: opacity 0.8s linear 0.1s, -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s linear 0.1s, filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s linear 0.1s, filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.secwen {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(60px);
  transition: .8s ease-in-out .4s;
}



.right-fixedbox .list .items-bot {
  background: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.secwen.nleft {
  transform: translateY(0);
  transform: translateX(-50px);
}

.secwen.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: .8s ease-in-out .4s;
}

.secwen.nleft.animate {
  transform: translateY(0);
  transform: translateX(0);
}

.secwenk.animate {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.animate.add1 {
  transition-delay: .1s;
}

.animate.add2 {
  transition-delay: .2s;
}

.animate.add3 {
  transition-delay: .3s;
}

.animate.add4 {
  transition-delay: .4s;
}

.animate.add5 {
  transition-delay: .5s;
}

.animate.add6 {
  transition-delay: .6s;
}

.animate.add7 {
  transition-delay: .7s;
}

.animate.add8 {
  transition-delay: .8s;
}

.animate.add9 {
  transition-delay: .9s;
}

.animate.add10 {
  transition-delay: 1.0s;
}

.animate.add11 {
  transition-delay: 1.1s;
}

img {
  max-width: 100%;
}

/*touch-acion:  pan-y ;*/
body {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}

.pd100 {
  padding: 0 2.5rem;
}

.mbox {
  display: none;
}

.pcbox {
  display: block;
}



/* 首页banner */
.index_banner { width: 100%;display: none;margin: 0 auto; }
.index_banner .picScroll-left{ overflow:hidden; position:relative;   }
.index_banner .picScroll-left .hd{ overflow:hidden;  height:40px; width: 150px;
top: 80%;z-index: 9;right: 10%;  }
.index_banner .picScroll-left .prev,.index_banner .picScroll-left  .next{ display:block; 
  overflow:hidden;cursor:pointer; z-index: 9;color: rgba(255, 255, 255, 0.5);
 position: absolute;top: 40%;}
 .index_banner .picScroll-left .prev  i,.index_banner .picScroll-left  .next i{
   font-size:2rem;
 }
.index_banner .picScroll-left .prev{left: 2%; }
.index_banner .picScroll-left .next{right: 2%; }
.index_banner .picScroll-left .prev:hover,.index_banner .picScroll-left  .next:hover{
  color: rgba(255, 255, 255, 0.8);
}
.index_banner .picScroll-left .hd .pageState{ color: #fff; font-size: 18px; line-height: 40px; text-align: center;
width: 40px; float: left; display: block;letter-spacing: 3px; }
.index_banner .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; display: none;  }
.index_banner .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.index_banner .picScroll-left .hd ul li.on{ background-position:0 0; }
.index_banner .picScroll-left .bd{position: relative;top: 0px; }
.index_banner .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.index_banner .picScroll-left .bd ul li{ width: 100%;  float:left; _display:inline; overflow:hidden; text-align:center;  }
.index_banner .picScroll-left .bd ul li .pic{ text-align:center; }
.index_banner .picScroll-left .bd ul li .pic img{ width:100%;  display:block; }
@media  only screen and (max-width: 1000px) {
  .index_banner .picScroll-left .prev,.index_banner .picScroll-left  .next{top: 35%;}
 /*.index_banner .picScroll-left .prev  i,.index_banner .picScroll-left  .next i{*/
 /*  font-size:1rem;*/
 /*}*/
}
/* 首页banner */
@media  only screen and (max-width: 768px) {
  .index_banner .picScroll-left .prev i, .index_banner .picScroll-left .next i{
    font-size: 0.5rem;
  }
}


/* 推荐产品 */
.series-list {
    position: relative;
    padding-top: 50px;
    z-index: 2;
}
.container {
  width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
}
.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}
.series-list .series-list-container {
    padding-bottom: 70px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.series-list .swiper-slide {
    text-align: center;
}

.series-list-container img {
    
}
.series-list .series-scrollbar {
    height: 0;
    border-top: 1px solid #ddd;
    background: none;
    padding-bottom: 18px;
    cursor: pointer;
    border-radius: 0;
}

.series-list .swiper-scrollbar-drag {
    background: url(../img/series-scrollbar-btn.png) center no-repeat;
    background-size: 100px auto;
    height: 32px;
    margin-top: -18px;
}

.series-list:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 21px;
}



@media only screen and (max-width: 768px){
.series-list {padding-top: 20px;}
.series-list-container {padding: 40px 0;margin-bottom: 40px;}
.series-list-container .swiper-slide {text-align: center;width: 280px;float: left;}
.series-list-container .swiper-slide p {margin-top: 20px;}
.swiper-pagination {top: auto;bottom: 0;}

}
@media only screen and (max-width: 510px){
.series-list .series-list-container {padding-bottom: 50px;}
.series-list-container {padding: 20px 0;}
.series-list-container img {max-width: 90%;}
}
/* 产品推荐 */




/* 产品切换 */
.banner_wap{ display: none;}
.banenr{ position: relative;width: 100%;margin-top: -21px;z-index: 1;}
.banenr .owl-theme .owl-controls{ position: absolute; bottom: 7%; left: 0; width: 100%; z-index: 50;}
.banenr .owl-pagination{ max-width: 1400px; width: 100%; margin: 0 auto; height: 3px;}
.banenr .owl-theme .owl-controls .owl-page span{ width: 70px; height: 3px; margin: 0 3px; background-color: #fff;}
.banenr .owl-theme .owl-controls .owl-page.active span{ background-color: #ea5322;}
@media screen and (max-width: 768px) {
  .banenr .owl-theme .owl-controls .owl-page span{ width: 40px;}
    .banenr .owl-theme .owl-controls{ bottom: 10%;}
}
@media screen and (max-width: 479px) {
  .banenr .owl-theme .owl-controls .owl-page span{ width: 30px;}
    .banenr .owl-theme .owl-controls{ bottom: 14%;}
}
/* 产品切换 */


/*inbanner*/
.wrap{ width: 80%; margin: 0 10%; }
.inbanner { position: relative; overflow: hidden;display: none; }
.inbanner img { width: 100%; }
.inban_txt { position: absolute; width: 100%; left: 0; top: 30%;
  line-height: 1; }
/*.inban_txt h4 { font-size: 50px; color: #fff; font-family: "Poppins-Medium"; font-weight: normal;}*/
/*.inban_txt h3 { font-size: 24px; color: #fff; font-family: "SourceHanSansCN-Medium"; text-transform: uppercase;font-weight: normal;}*/
@media only screen and (max-width: 1000px) {
.inbanner { }
.inbanner img { width: 100%;  max-width: none; }
.inban_txt h4{font-size:20px;}
.inban_txt h3{font-size:16px;}
}
@media only screen and (max-width: 500px) {
.inbanner { width: 100%; }
}
/*inbanner*/

.bocweb-header .bocweb-nav {
  transition: .5s ease-in-out;
}
.bocweb-header .bocweb-nav.active {
  transform: translateY(-100%);
  transition: .5s ease-in-out;
}

.bocweb-header .s-box,
.bocweb-header .bocweb-nav {
  font-size: 0;
}

.about-bodybox .bocweb-header .header.fixed {
  position: relative;
}
.about-bodybox .m-header .w-header.fixed {
  position: relative;
}

.bocweb-header .header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}

.con-banner {
  position: relative;
  padding-top: 15.75rem;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.con-banner .bgimgs {
  height: 15.75rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.con-banner.on {
  padding-top: 0;
  transition: 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.con-banner.casedetails-banner {
  padding-top: 0;
}
.con-banner .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.con-banner .words .tit {
  line-height: 1;
  padding-top: 5.625rem;
}
.con-banner .words .tit .cn {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}
.con-banner .words .tit .en {
  font-size: 0.675rem;
  color: #999999;
  margin-top: 0.375rem;
}

.tittipbox {
  background: #fff;
  height: 100%;
}

.cases-box {
  padding-top: 45px;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
  background: #f9f9f9;
  margin-top: -45px;
}

.con-tittip {
  height: 65px;
   margin-top: -65px;
  position: relative;
  z-index: 2;
  line-height: 65px;
}
.con-tittip .tittipbox {
  /*overflow: hidden;*/
  border-bottom: solid 1px #f2f2f2;
  border-radius: 5px;
}
.con-tittip.active {
  line-height: 130px;
}
.con-tittip.on {
  line-height: 90px;
  height: 90px;
  margin-top: -45px;
}
.con-tittip .tittip-top {
  font-size: 0;
  padding: 0 .75rem;
}
.con-tittip .tittip-top .back {
  display: block;
  font-size: 14px;
  color: #999999;
  padding-right: 38px;
  box-sizing: border-box;
  position: relative;
}
.con-tittip .tittip-top .back:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/c11.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.con-tittip .tittip-top .back:hover:after {
  background: url(../img/c12.png) no-repeat center;
  background-size: 100%;
}
.con-tittip .tittip-top .span {
  width: 25px;
  height: 30px;
  background: url(../img/a4.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.con-tittip .tittip-top .span.active {
  background: url(../img/a5.png) no-repeat center;
  background-size: 100%;
}
.con-tittip .tittip-top a {
  color: #999999;
  font-size: 14px;
  transition: .5s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.con-tittip .tittip-top a:hover, .con-tittip .tittip-top a.active {
  color: #0075c2;
  transition: .5s ease-in-out;
}
.con-tittip .tittip-top a:nth-child(n+2) {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.con-tittip .tittip-top a:nth-child(n+2):after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  background: url(../img/a3.png) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.con-tittip .tittip-top .home {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/a2.png) no-repeat center;
  background-size: 100%;
}
.con-tittip .tittip-top .home:hover {
  background: url(../img/a6.png) no-repeat center;
  background-size: 100%;
}
/*.con-tittip .tittip-bot {*/
/*  border-top: 1px solid #f2f2f2;*/
/*}*/
.con-tittip .tittip-bot .items {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  position: relative;
  transition: .5s ease-in-out;
}
.con-tittip .tittip-bot .items:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  margin: auto;
  background: #0075c2;
  transition: .5s ease-in-out;
}
.con-tittip .tittip-bot .items:hover, .con-tittip .tittip-bot .items.active {
  color: #0075c2;
  transition: .5s ease-in-out;
}
.con-tittip .tittip-bot .items:hover:before, .con-tittip .tittip-bot .items.active:before {
  width: 100%;
  transition: .5s ease-in-out;
}
.w50{ width: 50%!important;margin-bottom: 0px; }
@media only screen and (max-width: 1000px) {
.w50{ width: 100%!important;margin-bottom: 30px;  }
}
.news_qie{width: 100%; height: 65px;background: #f9f9f9;}
.news_qie ul{background: #fff;overflow:hidden;}
.news_qie ul li{ float: left;width: 300px; height: 65px;line-height: 65px;text-align: center;
 }
.news_qie ul li a{ color: #666; font-size: 16px; }
.news_qie ul li.action{border-bottom: solid 2px #0075c2;}
.news_qie ul li.action a{ color: #0075c2;font-weight: bold; }
@media only screen and (max-width: 1000px) {
.news_qie ul li{ width: 50%; }
}
.con-tit {
  line-height: 1;
  color: #333333;
}
.con-tit .en {
  font-family: "beba";
  font-size: 1.25rem;
}
.con-tit .cn {
  font-size: .75rem;
  margin-top: .5rem;
}

.about-profile {
  background: #f9f9f9;
  margin-top: -65px;
  padding-top: 65px;
}
.about-profile .profile-top {
  padding-top: 4rem;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.about-profile .profile-top .p {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  /*height: 240px;*/
}
.about-profile .profile-top .p span {
  font-size: .9rem;
}
.about-profile .profile-top .words {
  width: 725px;
  padding-bottom: 130px;
  position: relative;
  z-index: 3;
}
.about-profile .profile-top .images {
  float: right;
}
.about-profile .profile-top .images img {
  float: right;
}
.about-profile .profile-bot {
  padding: 2.5rem 0;
}
.about-profile .profile-bot .swiper-slide{
	text-align: center;
}
.about-profile .profile-bot .items {
  line-height: 1.2;
  color: #333333;
      width: auto;
    display: inline-block;
    text-align: center;
}
.about-profile .profile-bot .items .tit, .about-profile .profile-bot .items .p {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.about-profile .profile-bot .items .en {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: .25rem;
}

.jbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0075c2;
}
.jbox .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .jbox .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #0075c2;
}
.jbox .mCSB_scrollTools .mCSB_draggerRail {
  background: #dcdcdc;
}
.jbox .mCSB_scrollTools {
  opacity: 1;
}

.about-honor .items .img img {
  max-height: 80%;
}

.con-swiper .swiper-button-prev, .con-swiper .swiper-button-next {
  position: static;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  background-color: #eeeeee;
  transition: .5s ease-in-out;
}
.con-swiper .swiper-button-prev:hover, .con-swiper .swiper-button-next:hover {
  background-color: #0075c2;
  transition: .5s ease-in-out;
}
.con-swiper .swiper-button-prev {
  background-image: url(../img/prev1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.con-swiper .swiper-button-prev:hover {
  background-image: url(../img/prev.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.con-swiper .swiper-button-next {
  background-image: url(../img/next1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.con-swiper .swiper-button-next:hover {
  background-image: url(../img/next.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.con-swiper .buttons {
  font-size: 0;
  text-align: center;
}

.about-honor {
  padding: 2.5rem;
}
.about-honor .buttons {
  margin-top: 1.25rem;
}
.about-honor .swiper-button-prev, .about-honor .swiper-button-next {
  margin: 0 18px;
}
.about-honor .con-tit {
  text-align: center;
}
.about-honor .honor-swiper {
  padding: 0 20px;
  padding-top: 1.5rem;
  overflow-x: hidden;
}
.about-honor .swiper-slide {
  padding-top: 20px;
}
.about-honor .swiper-container {
  overflow: visible;
}
.about-honor .items {
  display: block;
  background: #f6f6f6;
  font-size: 16px;
  color: #333333;
  padding: 0.625rem 1rem;
  position: relative;
  transition: .5s ease-in-out;
}
.about-honor .items:hover {
  background: #fff;
  transition: .5s ease-in-out;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.about-honor .items:hover:before {
  transition: .5s ease-in-out;
  width: 100%;
}
.about-honor .items:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #0075c2;
  transition: .5s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-honor .items .words {
  padding-top: 0.4rem;
}
.about-honor .items .img {
  height: 435px;
  line-height: 435px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.about-honor .items .img:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: .5rem;
  right: 0;
  background: url(../img/a9.png) no-repeat center;
  background-size: 100%;
}
.about-honor .items .img img {
  display: inline-block;
}
.about-honor .items .tit {
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
}
.about-honor .items .txt {
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.375rem;
}

.six_pc{display: block;}
.six_wap{display: none;}

@media only screen and (max-width: 1000px) {
.six_pc{display: none;}
.six_wap{display: block;margin:20px 0; overflow: hidden;}
.six_wap ul{}
.six_wap ul li{ float: left; width: 50%;text-align: center;margin-top: 30px; }
.six_wap ul li p{}
.six_wap ul li h1{ font-weight: bold; font-size: 22px; }
}



.ship{ width: 100%;overflow: hidden; }
.ship ul{margin-top: 50px;}
.ship ul li{ width: 46%; float: left;margin: 0 2%; }
.ship ul li .ship_video{ width: 100%; }
@media only screen and (max-width: 1000px) {
.ship ul li{ width: 96%;margin-bottom: 20px; }
}

.about-honor .picScroll-left2{  position:relative;margin-bottom: 100px;   }
.about-honor .picScroll-left2 .hd{width: 300px;display: block;
text-align: center;margin:30px auto;}
.about-honor .picScroll-left2 .hd .prev,.about-honor .picScroll-left2 .hd .next{
  background-size: 100%;background-repeat: no-repeat;background-position: center;
  position: static;width: 65px;height: 65px;border-radius: 50%;display: inline-block;
    margin: auto;background-color: #eeeeee;transition: .5s ease-in-out;
}
.about-honor .picScroll-left2 .hd .prev{ background-image: url(../img/prev1.png); float: left;}
.about-honor .picScroll-left2 .hd .next{ background-image: url(../img/next1.png); float: right;}

.about-honor .picScroll-left2 .hd .prev:hover,.about-honor .picScroll-left2 .hd .next:hover{
    background-color: #0075c2;transition: .5s ease-in-out;}
.about-honor .picScroll-left2 .hd .prev:hover{ background-image: url(../img/prev.png);}
.about-honor .picScroll-left2 .hd .next:hover{ background-image: url(../img/next.png);}

.about-honor .picScroll-left2 .bd{  width: 100%;margin-top: 100px; }
.about-honor .picScroll-left2 .bd ul{ overflow:hidden; zoom:1; overflow: hidden; }
.about-honor .picScroll-left2 .bd ul li{  float:left; _display:inline;
 overflow:hidden; text-align:center;  width: 25%;  }
.about-honor .picScroll-left2 .bd ul li .pic{ width: 96%; margin-left: 2%;margin-right: 2%; 
position: relative;height: 300px; text-align: center;line-height: 300px; }
.about-honor .picScroll-left2 .bd ul li .pic a img{ max-width:100%; display: inline-block;
  max-height: 300px;vertical-align: middle;}
.about-honor .picScroll-left2 .bd ul li .pic .pic_b{position: absolute; width: 100%; height: 100%;
top: 0px; left: 0px;z-index: 1;transition: all 0.2s;
 background: rgba(0, 0, 0, 0.5); cursor: pointer; display: none;}
.about-honor .picScroll-left2 .bd ul li .pic .pic_b img{ width: 50px; height: 50px;
 line-height: 100%;display: inline-block;margin: auto;position: absolute;top: 0px; bottom: 0px;
 left: 0px; right: 0px; }
.about-honor .picScroll-left2 .bd ul li .masker-wp{ position: fixed;z-index: 999;
top: 0px; left: 0; right: 0;bottom: 0; display: none; width: 100%; } 
.about-honor .picScroll-left2 .bd ul li .masker-wp .masker{ width: 100%; height: 100%;
background: rgba(0, 0, 0, .5); z-index: 1; }
.about-honor .picScroll-left2 .bd ul li .masker-wp .close{ top: 15%; right: 10%;
 position: absolute;z-index: 0; cursor: pointer; width: 70px; } 
.about-honor .picScroll-left2 .bd ul li iframe{ position: absolute;  width: 900px;
 height: 500px; top: 20%;left: 20%; text-align: center;  display: block;animation: scale 1s;
    animation-fill-mode: both; }
@media only  screen and (max-width: 1300px) {
 .about-honor .picScroll-left2 .bd ul li iframe{left: 10%;}
}

@media only  screen and (max-width: 1000px) {
  .about-honor .picScroll-left2 .bd ul li .masker-wp .close{ width: 50px; } 
.about-honor .picScroll-left2 .bd ul li{   width: 100%;  }
.about-honor .picScroll-left2 .bd ul li iframe{  width: 400px;
 height: 300px; left: 10%; }
.about-honor .picScroll-left2 .bd ul li .pic{ height: auto;line-height: 1; }
.about-honor .picScroll-left2 .bd ul li .pic a img{max-height: auto;}
}
@media only  screen and (max-width: 500px) {
.about-honor .picScroll-left2 .bd ul li .masker-wp .close{ width: 30px; } 
.about-honor .picScroll-left2 .bd ul li iframe{width: 300px;height: 300px; left: 10%;}
}

/*产品中心*/
.pro_search{ width: 100%; height: 200px; background: url('../img/pro_search.jpg') no-repeat center;
overflow: hidden; }
.search_form{ float: left;margin-left: 20%; width: 500px; height: 50px; line-height: 50px;
border: none; background: #fff; margin-top: 80px;}
.search_forml{ border: none; width: 70%; margin-left: 5%; }
.search_formr{ float: right; margin-right: 5%;background: url('../img/k0.png') no-repeat;
width: 20px;border: none;background-size:20px;margin-top: 15px;  }
.pro_search a.pro_albb{ float: right;display: block;margin-right: 5%;margin-top: 65px; }
@media only screen and (max-width:1024px) {
.pro_search a.pro_albb{ display: none; } 
}
@media only screen and (max-width: 800px) {
 .search_form{ float: left;margin-left: 20%; width: 60%; height: 50px; line-height: 50px;
border: none; background: #fff; margin-top: 80px;} 
}

.product{ width: 100%; overflow: hidden; padding-top: 1.375rem;}
.pro_top{ float: left; width: 20%; background: #f3f3f3;padding: 50px 0; }
.pro_top ul{}
.pro_top ul li{ float: left; width: 100%;padding: 25px 50px;cursor: pointer; }
.pro_top ul li a{font-size: 22px; color: #333;display: block; width: 100%; height: 100%;}
.pro_top ul li.cur{background: #0075c2;}
.pro_top ul li.cur a{ color: #fff;}
.pro_top ul li:hover{background: #0075c2;}
.pro_top ul li:hover a{color: #fff;}

.pro_index{ float: left; width: calc(80% - 400px); width: -moz-calc(80% - 400px);
  width: -webkit-calc(80% - 400px);  margin: 50px 20% 50px 0;overflow: hidden;}
.pro_index ul{}
.pro_index ul li{ float: left; width:30%;margin-bottom: 30px;position: relative;
transition: .3s ease-in-out;margin-right: 3%; }
.pro_index ul li a{}
.pro_index ul li a .pro_img{ width: 80%; height: 80%;line-height: 100%; text-align: center;
margin: 20px 10%; }
.pro_index ul li a .pro_img img{max-width: 100%; max-height: 100%; vertical-align: middle;
display: inline-block;}
.pro_index ul li a .pro_text{ text-align: center; width: 100%; color:#333;font-size: 16px;
margin: 10px 0; line-height: 2; }
.pro_index ul li:hover{transform: translateY(-10px);box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
transition: .3s ease-in-out;}
.pro_index ul li:hover a .pro_text{color: #0075c2;}

@media only screen and (max-width:1400px) {
.pro_index{ float: left; width: calc(100% - 400px); width: -moz-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);  margin: 50px 0;overflow: hidden;}
}
@media only screen and (max-width:1024px) {
.pro_top{ width: 100%;text-align: center; }
.pro_top ul li{  padding: 10px 50px; }
.pro_index{ float: left; width: 100%;}
}
@media only screen and (max-width:500px) {
.pro_top ul li a{font-size: 18px;}
.pro_index ul li{ float: left; width:48%;margin-right: 1%;margin-left: 1%; }
}
/*产品中心*/


/*产品详细*/
.container {width: 80%;margin: 0 auto;}
.proDet_top { margin-top: 25px; }
.proDet_title { float: left; line-height: 40px; font-size: 16px; color: #333; }
.proDet_title a { color: #333; }
.proDet_title a:hover { color: #0075c2; }
.proDet_title img { display: block; float: left; width: 15px; margin: 12px 10px 0 0; }
.proDet_title strong { color: #0075c2; }
.back1 { display: block; cursor: pointer; float: right; width: 125px; height: 40px; line-height: 40px; padding-left: 48px; background: url(../img/back.png) #0075c2 20px center no-repeat; font-size: 14px; color: #fff; }
a.back1{ color: #fff; }
.back:hover { color: #FFF; }
.proDet_scroll { width: 100%; max-width: 600px; margin: 0 auto; }
.proDet_scroll .bx-wrapper { position: relative; margin: 80px auto 0; padding: 0; *zoom: 1;
width: 100%; }
.proDet_scroll .bx-wrapper img { width: 100%; display: block; margin: 0 auto; }
.proDet_scroll .bx-wrapper .bx-viewport { margin: 0 auto; }
.proDet_scroll .bx-controls { text-align: center; margin-top: 40px; display: block;/*多图下小图标，多图放出*/ }
.proDet_scroll .bx-wrapper .bx-pager, .proDet_scroll .bx-wrapper .bx-controls-auto { position: relative; }
.proDet_scroll .bx-pager-item { border: 1px solid #e2e2e2; height: auto; position: relative; }
.proDet_scroll .bx-pager-item .line { width: 100%; height: 3px; font-size: 0; background: #0075c2; position: absolute; bottom: -3px; left: 0; display: none;box-sizing: border-box; }
.proDet_scroll .bx-wrapper .bx-pager-item img { max-width: 100%; display: block; margin: 0 auto; }
.proDet_scroll .bx-wrapper .bx-pager .bx-pager-item, .proDet_scroll .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager { display: inline-block; *zoom: 1;
*display: inline;
}
.proDet_scroll .bx-wrapper .bx-pager.bx-default-pager a { text-indent: -9999px; display: block; width: 68px; height: auto; outline: 0; overflow: hidden; }
.proDet_scroll .bx-wrapper .bx-pager.bx-default-pager a.active .line { display: block; }
/*.proDet_scroll .bx-controls-direction a,.proDet_scroll .proDet_prev,.proDet_scroll .proDet_next{position: absolute;top: 60%;margin-top:-75px;left:0;outline: 0;width: 22px;height: 43px;text-indent: -9999px;display:block;background:url(../img/arrow5.png) no-repeat;}*/
.proDet_scroll .bx-controls-direction a.disabled { display: block; }
.proDet_scroll .bx-controls-direction .bx-next { left: auto; right: 0; background-position: -40px 0; }
.proDet_scroll .bx-controls-direction .bx-prev:hover { background-position: 0 -46.5px; }
.proDet_scroll .bx-controls-direction .bx-next:hover { background-position: -40px -46.5px; }
.proDet_scroll .proDet_prev{left:23%;}
.proDet_scroll .proDet_next{left:auto;right:23%;background-position:-40px 0;}

.pro_nav { margin-top: 52px; padding: 0px 10%; background: #0075c2; height: 140px; }
.pro_nav li { width: 20%; float: left; position: relative; cursor: pointer; padding-top: 30px;padding-bottom: 30px;
 white-space: nowrap; text-overflow: ellipsis; }
.pro_nav li a { display: block; border-right: 1px solid #62aaf5; font-size: 17px; color: #fff;
 text-align: center;height: 80px; line-height: 50px; }
.pro_nav li a i{ display: block;text-align: center; font-size: 18px; border: solid 1px #fff; border-radius:100%;
width: 40px; height: 40px; line-height: 40px; color: #fff;margin: 0px auto; }

.pro_nav li a span{ color: #fff; }
.pro_nav li:last-child a { border-right: 0px none; }
.pro_nav .arrowT { border-width: 14px; position: absolute;
 bottom: -15px; left: 50%; margin-left: -14px; display: none; }
.pro_nav li.on .arrowT { display: block; }

.pro_nav li:hover{ background: #fff; }
.pro_nav li:hover a{border-right: 1px solid #fff;}
.pro_nav li:hover a span{color: #0075c2}
.pro_nav li:hover a i{ color: #0075c2;border:  solid 1px #0075c2; }
.pro_nav li:hover .arrowT {background: #fff;}
.pro_nav li.on{ background: #fff; }
.pro_nav li.on a{border-right: 1px solid #fff;}
.pro_nav li.on a span{color: #0075c2}
.pro_nav li.on a i{ color: #0075c2;border:  solid 1px #0075c2; }
.pro_nav li.on .arrowT {background: #fff;}


.pro_det_main { width: 72%; margin: 0 auto 50px; }
.pro_path { display: none; }
.pro_path { padding-top: 47px; }
.pro_path .title { font-size: 25px; color: #333; font-weight: bolder; line-height: 35px;display: none; }
.pro_intro { font-size: 17px; color: #333; line-height: 33px; padding-top: 22px; text-align: center}
.pro_intro img { max-width: 100%; }
.pro_intro td { border:1px #CCCCCC solid !important; }
.pro_intro ul{margin-bottom: 50px;overflow: hidden;}
.pro_intro ul li{ float: left; width: 100%;text-align: center; }
.pro_intro ul li a img{ width: 30px; vertical-align: middle;display: inline-block; float: left; }
.pro_intro ul li a p{ float: left; color: #333;margin-left: 10px; }
.pro_intro ul li:hover a p{ color: #0075c2; }

.pro_para { margin-top: 30px; }
.pro_para li { float: left; margin: 0 30px 20px 0; }
.pro_para a { display: block; border-right: 1px solid #d7d7d7; line-height: 40px; color: #666; font-size: 18px; padding-right: 30px; }
.pro_para img { width: 41px; margin-right: 20px; }
.arrowT { display: inline-block; *display:inline;width: 0; height: 0;*zoom:1; }
.arrowT { border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 14px solid #fff; }


 @media only screen and (max-width: 900px) {
.back1, .pro_nav { display: none; }
.pro_det_main { width: 100%; margin: 25px 0 0 0; border-top: 1px solid #eee; }
.pro_path { display: block !important; }
.pro_path { padding-top: 0; border-bottom: 1px solid #eee }
.pro_path .title {display: block; height: 55px; padding: 0 4%; font-weight: normal; font-size: 17px; line-height: 55px; background: #fff; position: relative; cursor: pointer; }
.pro_path .title i { display: block; width: 22px; height: 13px; background: url(../img/arrow2.png) center no-repeat; background-size: 100%; position: absolute; top: 21px; right: 4%; }
.pro_path .title.on { background: #0075c2; color: #fff; border-bottom: 1px solid #0075c2; }
.pro_path .title.on i { background-image: url(../img/arrow1.png); }
.pro_tab { display: none; }
.pro_intro { padding: 15px 4% 20px 4%; }
.proDet_scroll .bx-wrapper { margin: 30px auto 0; }
}
 @media only screen and (max-width: 500px) {
.proDet_scroll .bx-pager-item { height: auto; }
.proDet_scroll .bx-wrapper .bx-pager.bx-default-pager a { width: 40px; height: auto; }
}

/*产品详细*/


/*专利证书*/
.zhuan{ padding: 1rem!important; }
.zhuanli{ width: 23%!important; float: left;margin:0 1%; }
.zhuanlitit{text-align: center;font-weight: normal!important}
@media only  screen and (max-width: 1000px) {
.zhuanli{ width: 31%!important;  }
}
@media only  screen and (max-width: 800px) {
.zhuan{ padding: 0rem!important; }
.zhuanli{ width: 96%!important;margin:0 2%;  }
.zhuanli .items .img {height: 3rem!important;line-height: 3rem!important;}
}
/*专利证书*/



/*加入我们*/

.job_t{background: #f9f9f9; width: 100%;padding: 2rem 2.5rem;overflow: hidden;}
.job_1{ width: 48%; }
.job_1 h1{font-size: 1rem; line-height: 1.5; color: #333;}
.job_1 h2{ font-size: 0.7rem; line-height: 2; color: #333; }
.job_1 p{font-size: 16px; line-height: 2; color: #666;margin: 1rem 0;height: 150px;}
.job_1 img{max-width: 100%;}

.job_b{background: #fff;width: 100%;overflow: hidden;padding:2rem 2.5rem;}
.job_b1{background: #f1f1f1; width: 22%;margin-right: 5%;border-radius: 5px;padding:2%;}
.job_b2{background: #f1f1f1; width: 30%;margin-right: 5%;border-radius: 5px;padding:2%;}
.job_b3{background: #f1f1f1; width: 38%;margin-right: 0%;border-radius: 5px;padding:2%;}
.job_b h1{ color: #333; font-size: 0.75rem; }
.job_b h2{ color: #4d4d4d; font-size: 0.45rem;margin: 0.5rem 0; }
.job_b p{ color: #cbcbcb; font-size: 0.75rem; }


@media only screen and (max-width: 1100px) {
.job_1 p{height: 250px;}
}
@media only screen and (max-width: 800px) {
.job_t{background: #f9f9f9; width: 100%;padding: 20px 25px;overflow: hidden;}
.job_1{ width: 100%;margin-bottom:30px; }
.job_1 h1{font-size: 18px; }
.job_1 h2{ font-size: 16px;  }
.job_1 p{font-size: 14px;margin: 10px 0;height: auto;}
.job_b{padding: 20px 25px;}
.job_b1{background: #f1f1f1; width: 100%;margin-right: 0%;border-radius: 5px;padding:4%;
margin-bottom: 15px;}
.job_b2{background: #f1f1f1; width: 100%;margin-right: 0%;border-radius: 5px;padding:4%;
margin-bottom: 15px;}
.job_b3{background: #f1f1f1; width: 100%;margin-right: 0%;border-radius: 5px;padding:4%;
margin-bottom: 15px;}
.job_b h1{ color: #333; font-size: 20px; }
.job_b h2{ color: #4d4d4d; font-size: 16px;margin: 15px 0; }
.job_b p{ color: #cbcbcb; font-size: 20px; }
}
/*加入我们*/



/*企业文化*/
.culture{background: #f9f9f9;width: 100%;overflow: hidden;}
.culture img{max-width: 100%;}
.culture_wap{display: none}
@media only screen and (max-width: 800px) {
.culture{ display: none; }
.culture_wap{display: block;padding:30px 0;}
.culture_wap h1{ font-size: 22px; line-height: 2; color: #3982ce;}
.culture_wap p{font-size: 16px; line-height: 2;margin-bottom: 20px; color: #666;}
}
/*企业文化*/

.tc {
  text-align: center;
}

.about-path {
  background: #f9f9f9;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
.about-path .con-tit {
  margin-bottom: 3rem;
}
.about-path .swiper-button-prev, .about-path .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-path .path-swiper-top {
  text-align: center;
  line-height: 1;
}
.about-path .path-swiper-top .num {
  font-size: 8.75rem;
  color: #f1f0f0;
  font-family: "beba";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  line-height: .8;
}
.about-path .path-swiper-top .words {
  width: 450px;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 3;
  background: #fff;
  max-height: 100%;
  padding: 0.75rem 1.125rem;
  text-align: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
}
.about-path .path-swiper-top .words .tit {
  font-size: 24px;
  margin-bottom: .25rem;
}
.about-path .path-swiper-top .words .tit span {
  font-size: 1.5rem;
  font-family: "beba";
}
.about-path .path-swiper-top .items {
  position: relative;
  text-align: center;
  height: 8.75rem;
  line-height: 8.75rem;
}
.about-path .path-swiper-bot {
  position: relative;
  margin-top: 1.5rem;
}
.about-path .path-swiper-bot:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dae0e7;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-path .path-swiper-bot .items {
  height: 25px;
  cursor: pointer;
}
.about-path .path-swiper-bot .items:after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/a10.png) no-repeat center;
  background-size: 100%;
}
.about-path .path-swiper-bot .swiper-slide {
  padding: 35px 0 35px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.about-path .path-swiper-bot .swiper-slide .num {
  line-height: 1;
  font-size: .75rem;
  color: #212d54;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: .5s ease-in-out;
}
.about-path .path-swiper-bot .swiper-slide.swiper-slide-active .items:after,
.about-path .path-swiper-bot .swiper-slide .items:hover:after, .about-path .path-swiper-bot .swiper-slide .items.active:after {
  background: url(../img/a11.png) no-repeat center;
  background-size: 100%;
}
.about-path .path-swiper-bot .swiper-slide.swiper-slide-active .items .text,
.about-path .path-swiper-bot .swiper-slide .items:hover .text, .about-path .path-swiper-bot .swiper-slide .items.active .text {
  opacity: 0;
  transition: .5s ease-in-out;
}
.about-path .path-swiper-bot .swiper-slide.swiper-slide-active .items .num,
.about-path .path-swiper-bot .swiper-slide .items:hover .num, .about-path .path-swiper-bot .swiper-slide .items.active .num {
  opacity: 1;
  transition: .5s ease-in-out;
  transition-delay: .3s;
}
.about-path .path-swiper-bot .swiper-slide .text {
  font-size: 16px;
  line-height: 1;
  color: #999999;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: .5s ease-in-out;
}

.about-layout .words, .about-layout .images {
  height: 21.25rem;
}
.about-layout .words {
  width: 14.875rem;
  font-size: 14px;
  color: #666666;
  padding: 2.375rem 2.375rem 2.25rem 2.5rem;
}
.about-layout .images {
  width: calc(100% - (595rem/40));
}
.about-layout .map {
  width: 100%;
  height: 100%;
}
.about-layout .selectbox {
  margin-top: 2.75rem;
}
.about-layout .selectbox .sel-top {
  line-height: 30px;
  margin-bottom: 25px;
  padding-right: 70px;
  position: relative;
}
.about-layout .selectbox .sel-top .tit {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.about-layout .selectbox .sel-top .txt {
  font-size: 16px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.about-layout .selectbox .list {
  margin-top: 1.25rem;
  height: 7.5rem;
  overflow-y: auto;
  padding-right: 20px;
}
.about-layout .selectbox .list .items {
  border-bottom: 1px solid #ebebeb;
  padding: 0.625rem 0;
}
.about-layout .selectbox .list .items .p {
  line-height: 24px;
}
.about-layout .selectbox .list .items .tit {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
}
.about-layout .selectbox .sel-bot {
  height: 50px;
  position: relative;
}
.about-layout .selectbox .sel-bot select {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.about-layout .selectbox .sel-bot input[type=text] {
  width: 100%;
  height: 100%;
  padding-left: 6px;
  padding-right: 60px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.about-layout .selectbox .sel-bot input[type=submit] {
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
  text-indent: -999px;
  width: 60px;
  height: 50px;
  right: 0;
  top: 0;
  position: absolute;
  background: url(../img/a12.png) no-repeat center;
  background-size: 20px 20px;
}
.about-ceo{ background: #f9f9f9; width: 100%;padding: 2.5rem;overflow: hidden;position: relative; }
.about-ceo h1{font-size: 1.25rem;text-align: center;line-height: 1;}
.about-ceo h2{font-size: .75rem;margin-top: .5rem;text-align: center;line-height: 1;}
.about-ceo-r{ float: right; width: 50%;margin-top: 1rem; }
.about-ceo-r img{max-width: 100%; float: right;}
.about-ceo-l{ float: left; width: 50%;margin-top: 1rem; overflow: hidden;
display: inline-block;}
.about-ceo-l h3{ font-weight: lighter; font-size: 30px; line-height: 2; }
.about-ceo-l div p{ font-size: 16px; color: #666; line-height: 2; }
@media only screen and  (max-width:1600px ) {
.about-ceo-r{width: 45%;margin-left: 5%;}
.about-ceo-l div{overflow-y: scroll;height: 300px;}
}
@media only screen and  (max-width:1000px ) {
.about-ceo-r{width: 100%;margin-left: 0%;float: left;}
.about-ceo-r img{ float: left; }
.about-ceo-l{ width: 100%; }
}
@media only screen and  (max-width:800px ) {
.about-ceo-l h3{ font-weight: lighter; font-size: 20px; line-height: 2; }
.about-ceo{ padding: 0.5rem;}
.about-ceo h1{ font-size: 0.55rem; }
.about-ceo h2{font-size: .35rem;margin-top: .2rem;}
.about-ceo-r{margin-top: .5rem; }
}
.about-institution {
  background: #f9f9f9;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.about-institution .list {
  margin-top: 2rem;
}
.about-institution .buttons {
  margin-top: 1.625rem;
}
.about-institution .items {
  float: left;
  width: 15%;
  margin-left: 2%;
  background: #fefefe;
  position: relative;
  margin-bottom: .75rem;
  cursor: pointer;
}
.about-institution .items:hover .i0 {
  opacity: 0;
}
.about-institution .items:hover .i1 {
  opacity: 1;
}
.about-institution .items:hover img {
  transition: .5s ease-in-out;
}
.about-institution .items img {
  transition: .5s ease-in-out;
}
.about-institution .items .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-institution .items:nth-child(6n+1) {
  margin-left: 0;
}

.list-swiper .buttons {
  text-align: center;
  font-size: 0;
  position: relative;
}
.list-swiper .buttons:before {
  position: absolute;
  width: 1px;
  content: "";
  height: 10px;
  background: #bbbbbb;
  left: 0;
  right: 0;
  margin: auto;
}
.list-swiper .buttons .swiper-button-prev, .list-swiper .buttons .swiper-button-next {
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin: 0 1.25rem;
  width: 25px;
  height: 15px;
  transition: .5s ease-in-out;
}
.list-swiper .buttons .swiper-button-prev:hover, .list-swiper .buttons .swiper-button-next:hover {
  transition: .5s ease-in-out;
}
.list-swiper .buttons .swiper-button-prev {
  background: url(../img/b0.png) no-repeat center;
  background-size: 100%;
}
.list-swiper .buttons .swiper-button-prev:hover {
  background: url(../img/b1.png) no-repeat center;
  background-size: 100%;
}
.list-swiper .buttons .swiper-button-next {
  background: url(../img/b2.png) no-repeat center;
  background-size: 100%;
}
.list-swiper .buttons .swiper-button-next:hover {
  background: url(../img/b3.png) no-repeat center;
  background-size: 100%;
}

.contact-box {
  padding: 1.5rem 0;
}
.contact-box .imgmap .map {
  height: 18.125rem;
}
.contact-box .words-bot {
  padding-top: 2.25rem;
  margin-bottom: 2.75rem;
}
.contact-box .words-bot .items {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.2;
}
.contact-box .words-bot .items:hover .img {
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-20px);
}
.contact-box .words-bot .items .cn {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1.375rem;
  margin-bottom: 0.625rem;
}
.contact-box .words-bot .items .img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-box .words-bot .items:nth-child(n+2):before {
  content: "";
  position: absolute;
  background: #e0e0e0;
  width: 1px;
  height: 2.125rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-box .words-top {
  padding-bottom: 2.125rem;
  border-bottom: 1px solid #e0e0e0;
}
.contact-box .words-top .text {
  font-size: 1rem;
  color: #333333;
  max-width: 50%;
  /*line-height: 1.5;*/
}
.contact-box .words-top .add .img {
  width: 180px;
  height: 180px;
  margin-left: .75rem;
}
.contact-box .words-top .add .wo {
  text-align: right;
}
.contact-box .words-top .add .t1 {
  font-size: 16px;
  line-height: 30px;
}
.contact-box .words-top .add .t0 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.contact-box .words-top .add .i {

  display: inline-block;

}
.contact-box .words-top .add .i .iconfont{
  font-size: 50px;
}
.case-banner .cnn, .case-banner .txt, .case-banner .enn {
  color: #333333;
}
.case-banner .enn {
  margin-top: 0.625rem;
  margin-bottom: 1.2rem;
}
.case-banner .txt, .case-banner .enn {
  font-weight: bold;
}
.case-banner .p {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  line-height: 20px;
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pagination1 {
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: #fff;
  font-size: 0;
  position: relative;
  padding: 0 1rem;
  overflow: hidden;
}
.pagination1 a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  transition: .5s ease-in-out;
  margin: 0 15px;
}
.pagination1 a:hover, .pagination1 a.active {
  transition: .5s ease-in-out;
  border-color: #0075c2;
  background: #0075c2;
  color: #fff;
}
.pagination1 .prev, .pagination1 .next {
  width: auto;
  height: 100%;
  line-height: 100px;
  border: none;
  color: #999999;
  font-size: 16px;
  position: relative;
  margin: 0;
}
.pagination1 .prev:hover, .pagination1 .next:hover {
  background: transparent;
  color: #0075c2;
}
.pagination1 .prev:after, .pagination1 .next:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination1 .prev {
  float: left;
  padding-left: 38px;
  box-sizing: border-box;
}
.pagination1 .prev:after {
  left: 0;
  background: url(../img/c0.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.pagination1 .prev:hover:after {
  left: 0;
  background: url(../img/c2.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.pagination1 .next {
  float: right;
  padding-right: 38px;
  box-sizing: border-box;
}
.pagination1 .next:after {
  right: 0;
  background: url(../img/c1.png) no-repeat center;
  background-size: 100%;
}
.pagination1 .next:hover:after {
  right: 0;
  background: url(../img/c3.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}

.cases-box .list {
  padding-top: 1.375rem;
}
.cases-box .items {
  display: block;
  float: left;
  width: 23%;
  margin-left: 2.6666666667%;
  margin-bottom: 1.25rem;
}
.cases-box .items .img {
  max-height: 160px;
  overflow: hidden;
}
.cases-box .items .img img {
  transition: .5s ease-in-out;
}
.cases-box .items:hover img {
  transition: .5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.cases-box .items:nth-child(4n+1) {
  margin-left: 0;
}
.cases-box .items .words {
  background: #fff;
  padding: 0.625rem 0.75rem 1.25rem 0.75rem;
}
.cases-box .items .words .tit {
  font-size: 0.65rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.9rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cases-box .items .words .txt {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.375rem;
  margin-bottom: 0.875rem;
}
.cases-box .items .words .more {
  font-size: 14px;
  line-height: 1;
  padding-right: 36px;
  position: relative;
  color: #999999;
  display: inline-block;
}
.cases-box .items .words .more:after {
  width: 20px;
  height: 8px;
  background: url(../img/c4.png) no-repeat center;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.case-banner .words {
  padding-left: 2.5rem;
  padding-right: 1.875rem;
}
.case-banner .words .titbox-box {
  position: relative;
  height: 100%;
}
.case-banner .words .bdfx {
  position: absolute;
  bottom: 105px;
  right: 1.875rem;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}
.case-banner .words .bdfx a {
  display: block;
  float: none;
  width: 60px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: transparent;
  transition: .5s ease-in-out;
}
.case-banner .words .bdfx a:hover {
  transition: .5s ease-in-out;
}
.case-banner .words .bdfx a:nth-child(n+2) {
  border-top: 1px solid #eeeeee;
}
.case-banner .words .bdfx .more {
  background: url(../img/c6.png) no-repeat center;
  background-size: 25px 25px;
}
.case-banner .words .bdfx .more:hover {
  background: url(../img/c5.png) no-repeat center;
  background-size: 25px 25px;
}
.case-banner .words .bdfx .wb {
  background: url(../img/c8.png) no-repeat center;
  background-size: 25px 25px;
}
.case-banner .words .bdfx .wb:hover {
  background: url(../img/c7.png) no-repeat center;
  background-size: 25px 25px;
}
.case-banner .words .bdfx .wx {
  background: url(../img/c10.png) no-repeat center;
  background-size: 25px 25px;
}
.case-banner .words .bdfx .wx:hover {
  background: url(../img/c9.png) no-repeat center;
  background-size: 25px 25px;
}
.case-banner .words .titbox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 2.5rem;
  padding-right: 1.875rem;
  padding-bottom: 85px;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
}
.case-banner .words .titbox .cases-details-tit {
  margin-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: bold;
}

.ee {
  background: #f9f9f9;
}

.pd45 {
  padding-top: 45px;
  margin-top: -45px;
}

.serves-box {
  background: #f9f9f9;
}

.casesdetails-box {
  padding-bottom: 2.5rem;
}
.casesdetails-box .casesdetails {
  padding-top: 1.25rem;
}
.casesdetails-box .casesdetails-right, .casesdetails-box .wbox {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.casesdetails-box .wbox {
  padding: 2.25rem 2.5rem;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.casesdetails-box .wbox h2{
  font-size: 24px;
  color:#333; text-align:center;margin-bottom: 30px;
}
.casesdetails-box .wbox p{ font-size: 16px; line-height: 2; }
.casesdetails-box .casesdetails-right {
  width: 400px;
  padding-top: 1rem;
  padding-bottom: 0.875rem;
}
.casesdetails-box .casesdetails-right .list {
  padding: 0 1rem;
}
.casesdetails-box .casesdetails-right .list .items {
  display: block;
}
.casesdetails-box .casesdetails-right .list .items .img {
  overflow: hidden;
  height: 200px;
}
.casesdetails-box .casesdetails-right .list .items .img img {
  transition: .5s ease-in-out;
}
.casesdetails-box .casesdetails-right .list .items:hover img {
  transition: .5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.casesdetails-box .casesdetails-right .list .items .words {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.casesdetails-box .casesdetails-right .list .items .words .p {
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.casesdetails-box .casesdetails-right .list .items .words .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
}
.casesdetails-box .casesdetails-right .tittips {
  font-size: 26px;
  color: #333333;
  padding-left: 30px;
  position: relative;
  line-height: 1;
  margin-bottom: 1.125rem;
}
.casesdetails-box .casesdetails-right .tittips:after {
  content: "";
  position: absolute;
  height: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #0075c2;
}
.casesdetails-box .casesdetails-left {
  width: calc(100% - 450px);
}
.casesdetails-box .w-bot {
  margin-top: 1.25rem;
}
.casesdetails-box .w-bot .back {
  width: 30px;
  height: 30px;
  background: url(../img/c13.png) no-repeat center;
  background-size: 100%;
  border-radius: 0;
  border: none;
}
.casesdetails-box .w-bot .back:hover {
  background: url(../img/c14.png) no-repeat center;
  background-size: 100%;
}

.lmore {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding-right: 75px;
  box-sizing: border-box;
  line-height: 20px;
  height: 20px;
  position: relative;
}
.lmore:hover {
  color: #ffffff;
}
.lmore:hover:after {
  transition: .5s ease-in-out;
  transform: translateX(10px);
}
.lmore:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 15px;
  background: url(../img/c18.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s ease-in-out;
}

.products-list .swiper-slide:nth-child(n+2) .items {
  border-left: 1px solid #dddddd;
}
.products-list .items {
  height: 24rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.products-list .items:hover .words {
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.35s;
  opacity: 0;
}
.products-list .items.active:hover .words {
  opacity: 1;
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.35s;
}
.products-list .items .words {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: .5s ease-in-out;
}
.products-list .items .lmore {
  margin-top: 0.375rem;
  margin-bottom: 20px;
}
.products-list .items .text {
  position: absolute;
  padding: 0 0.5rem;
  padding-left: 1.5rem;
  left: 0;
  bottom: 3.75rem;
  font-size: 15px;
  color: #666666;
}
.products-list .items .text .tit {
  font-size: .75rem;
  line-height: 1rem;
  height: 1rem;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
}
.products-list .items .text .txt {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 0.375rem;
}
.products-list .items .images, .products-list .items .words, .products-list .items .img {
  height: 100%;
}
.products-list .items .images {
  display: block;
}
.products-list .items .images .tit {
  color: #ffffff;
}
.products-list .items .img {
  background-color: #ffffff !important;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.productsdetails-top {
  min-height: 15.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background: url(../img/c20.png) repeat left top;
  position: relative;
}
.productsdetails-top:after {
  position: absolute;
  width: 100%;
  height: 6.875rem;
  background: #f9f9f9;
  content: "";
  left: 0;
  bottom: 0;
}
.productsdetails-top .tit {
  text-align: center;
  font-size: 18px;
  color: #666666;
  width: 80%;
  margin: 0 auto;
}
.productsdetails-top .tit .big {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
}
.productsdetails-top .tit .p {
  line-height: 24px;
  margin-top: 0.45rem;
}
.productsdetails-top .prolist {
  width: 1195px;
  margin: 0 auto;
  position: relative;
  margin-top: 0.75rem;
}
.productsdetails-top .prolist .swiper-button-prev, .productsdetails-top .prolist .swiper-button-next {
  position: absolute;
}
.productsdetails-top .prolist .img {
  width: 400px;
  height: 600px;
  margin: 0 auto;
}

.productsdetails-center {
  line-height: 22.5rem;
  height: 22.5rem;
  position: relative;
}
.productsdetails-center .words {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.productsdetails-center .images, .productsdetails-center .words {
  height: 100%;
  font-size: 0;
  text-align: center;
}
.productsdetails-center .wbox {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  overflow: hidden;
}
.productsdetails-center .img {
  width: 50px;
  height: 60px;
  margin: 0 auto;
}
.productsdetails-center .t0 {
  margin-top: .75rem;
}

.conbox-text {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.conbox-text .t0 {
  font-size: .9rem;
  color: #fff;
  line-height: 1rem;
  font-weight: bold;
}
.conbox-text .line {
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0.625rem auto;
}
.conbox-text .p {
  line-height: 30px;
}

.productsdetails-bot {
  background: url(../img/a8.jpg) no-repeat center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
}
.productsdetails-bot .pbot {
  margin-top: 4.25rem;
  font-size: 14px;
  line-height: 24px;
}

.productsdetails-top {
  position: relative;
}
.productsdetails-top .right-fixed-a {
  position: absolute;
  right: 2.5rem;
  height: 5.5rem;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.productsdetails-top .right-fixed-a a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #cccccc;
  transition: .5s ease-in-out;
}
.productsdetails-top .right-fixed-a a:nth-child(n+2) {
  margin-top: .5rem;
}
.productsdetails-top .right-fixed-a a:hover {
  background-color: #0075c2;
  transition: .5s ease-in-out;
}
.productsdetails-top .right-fixed-a a.prev {
  background-image: url(../img/c22.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.productsdetails-top .right-fixed-a a.next {
  background-image: url(../img/c24.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.productsdetails-top .right-fixed-a a.back {
  background-image: url(../img/c23.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.serves-box .serves-01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.serves-box .serves-01 .list {
  margin-top: 1.25rem;
}
.serves-box .serves-01 .list .items {
  float: left;
  height: 18.75rem;
  position: relative;
  width: 12%;
  cursor: pointer;
}
.serves-box .serves-01 .list .items .t0 {
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.2;
}
.serves-box .serves-01 .list .items .p {
  line-height: 30px;
}
.serves-box .serves-01 .list .items.active {
  width: 40%;
}
.serves-box .serves-01 .list .items.active .images {
  transition: .5s ease-in-out;
  position: relative;
}
.serves-box .serves-01 .list .items.active .images:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/nbg.png) no-repeat left bottom;
  left: 0;
  bottom: 0;
  background-size: cover;
  transition: .5s ease-in-out .5s;
}
.serves-box .serves-01 .list .items.active .words .p {
  opacity: 1;
  height: auto;
  margin-top: 0.375rem;
  transition: .3s ease-in-out;
}
.serves-box .serves-01 .list .items .images {
  height: 100%;
  transition: .5s ease-in-out;
}
.serves-box .serves-01 .list .items .images:after {
  transition: .5s ease-in-out;
}
.serves-box .serves-01 .list .items .p {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.serves-box .serves-01 .list .items .words {
  position: absolute;
  padding: 0.875rem 1rem;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #f9f9f9;
}

.serves-02 {
  background: #ffffff;
  padding: 2rem 0;
}
.serves-02 .serves02-swiper {
  margin-top: 3rem;
  position: relative;
  min-height: 10.5rem;
}
.serves-02 .serves02-swiper .swiper-slide {
  padding: 10px;
  padding: 10px 1.75rem;
}
.serves-02 .serves02-swiper:before {
  content: "";
  height: 100px;
  width: 100%;
  background: url(../img/c26.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 46%;
  left: 0;
  margin-top: -4rem;
}
.serves-02 .serves02-swiper .items {
  text-align: center;
  padding: 2.25rem 0.3rem;
  cursor: pointer;
}
.serves-02 .serves02-swiper .items .tit, .serves-02 .serves02-swiper .items .txt {
  opacity: 0;
}
.serves-02 .serves02-swiper .items .tit {
  line-height: 1.2;
  font-size: .75rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.875rem;
}
.serves-02 .serves02-swiper .items .txt {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  margin-top: 0.375rem;
  height: 53px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.serves-02 .serves02-swiper .items .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f1f1f1;
  overflow: hidden;
  margin: 0 auto;
}
.serves-02 .serves02-swiper .swiper-slide.swiper-slide-active .items {
  background: #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.06);
}
.serves-02 .serves02-swiper .swiper-slide.swiper-slide-active .items .tit, .serves-02 .serves02-swiper .swiper-slide.swiper-slide-active .items .txt {
  opacity: 1;
}
.serves-02 .buttons {
  margin-top: .75rem;
}
.serves-02 .buttons .swiper-button-next, .serves-02 .buttons .swiper-button-prev {
  margin: 0 10px;
}

.serves-03 {
  background: #f9f9f9;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
.serves-03 .list {
  font-size: 0;
  text-align: center;
  margin-top: 2rem;
}
.serves-03 .items {
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #666666;
  width: 32%;
  margin-left: 2%;
  text-align: left;
  padding: 1.125rem 1.25rem;
}
.serves-03 .items:nth-child(3n+1) {
  margin-left: 0;
}
.serves-03 .items:hover {
  color: #0075c2;
}
.serves-03 .items:hover .img .i1 {
  opacity: 1;
}
.serves-03 .items:hover .img .i0 {
  opacity: 0;
}
.serves-03 .items:hover .img img {
  transition: .5s ease-in-out;
}
.serves-03 .items:hover .tit, .serves-03 .items:hover .p {
  color: #0075c2;
  transition: .5s ease-in-out;
}
.serves-03 .items .tit {
  font-size: .75rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  margin-top: .5rem;
  margin-bottom: 0.375rem;
}
.serves-03 .items .p {
  line-height: 28px;
  min-height: 56px;
}
.serves-03 .items .tit, .serves-03 .items .p {
  transition: .5s ease-in-out;
}
.serves-03 .items .img {
  position: relative;
  width: 60px;
  height: 50px;
}
.serves-03 .items .img img {
  transition: .5s ease-in-out;
  display: block;
}
.serves-03 .items .img .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.advantage-box {
  background: #f9f9f9;
}

.con-tit .ten, .con-tit .tcn {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.con-tit .ten {
  font-family: "din";
  margin-top: .5rem;
}

.advantage-01 {
  padding-top: 2.875rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}

.advantage-02 {
  padding-top: 1.875rem;
  padding-bottom: 2rem;
}
.advantage-02 .list {
  font-size: 0;
  margin-top: 1.5rem;
}
.advantage-02 .list .items {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
  position: relative;
}
.advantage-02 .list .items:hover .images img {
  transition: .5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.advantage-02 .list .items .span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  bottom: 0.875rem;
  padding: 0 1rem;
}
.advantage-02 .list .items .images {
  border-radius: 5px;
  overflow: hidden;
}
.advantage-02 .list .items .images img {
  transition: .5s ease-in-out;
}
.advantage-02 .list .items:nth-child(2n+1) {
  margin-left: 0%;
}

.right-fixedbox {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 400px;
  z-index: 20;
}
.right-fixedbox .list {
  border-radius: 96px;
  background: #fefefe;
  width: 96px;
  height: 100%;
  padding: 48px 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.06);
}
.right-fixedbox .list .items {
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.right-fixedbox .list .items:hover .items-bot {
  right: 48px;
  transition: .5s ease-in-out;
  opacity: 1;
  z-index: 0;
}
.right-fixedbox .list .items-top {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.right-fixedbox .list .items-top img {
  transition: .5s ease-in-out;
}
.right-fixedbox .list .items-top:hover img {
  transition: .5s ease-in-out;
}
.right-fixedbox .list .items-top:hover .i1 {
  opacity: 1;
}
.right-fixedbox .list .items-top:hover .i0 {
  opacity: 0;
}
.right-fixedbox .list .items-bot {
  position: absolute;
  right: -100px;
  top: 0;
  width: 100px;
  transition: .5s ease-in-out;
  z-index: -10;
  opacity: 0;
}
.right-fixedbox .list .items4 .items-bot {
  right: -200px;
  width: 200px;
}

.erimgbox {
  position: absolute;
  top: .75rem;
  padding-top: 25px;
  width: 140px;
  left: -70px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: none;
  box-sizing: border-box;
}
.erimgbox .img {
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  background: #ffffff;
  padding: 10px;
  position: relative;
}
.erimgbox .img:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  top: -10px;
  background: url(../img/mk05.png) no-repeat center;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.lbox {
  width: 100%;
  height: 100%;
}

.search_input{
  display: none;
  background: #fff;
  height: 100px;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 110px;

}
.search_text{
  text-align: center;
  position: relative;
  margin-top: 0.75rem;
}
.search_l{width: 300px;  border: none;border-bottom: solid 1px #ccc; font-size: 16px;}
.search_r{width: 30px;height: 30px;background: url('../img/g5.png') no-repeat;border:none;}
.search_close{ position: absolute; top: 0.75rem;right: 1rem;}

@media only screen and (max-width: 1024px){
.search_input{top: 45px;}
}

@media only screen and (max-width: 500px){
.search_input{height: 100px;}
.search_text{margin-top: 0.5rem;}
.search_l{width: 200px;}
.search_close{ position: absolute; top: 0.5rem;right: 0.25rem;}
}


.bocweb-header {
  height: 110px;
  line-height: 110px;
  position: relative;
  z-index: 10;
}
.bocweb-header .header {
  padding: 0 2.2rem;
  border-bottom: 1px solid #e8e8e8;
}
.bocweb-header.active .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bocweb-header.active .nav-li .nav-top span {
  color: #fff;
}
.bocweb-header.active .nav-li .nav-top.active span, .bocweb-header.active .nav-li .nav-top:hover span {
  color: #0075c2;
}
.bocweb-header.active .s-box .i.i0 {
  background: url(../img/g6.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i0:hover {
  background: url(../img/g7.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i1 {
  background: url(../img/g4.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i1:hover {
  background: url(../img/g5.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i2 {
  background: url(../img/g2.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i2:hover {
  background: url(../img/g3.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i3 {
  background: url(../img/g0.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.active .s-box .i.i3:hover {
  background: url(../img/g1.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .bocweb-logo {
  position: relative;
  border: none;
  line-height: 98px;
}
.bocweb-header .bocweb-logo .i1 {
  opacity: 0;
  display: none;
}
.bocweb-header .s-box .i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: .75rem;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.bocweb-header .s-box .i:hover {
  transition: .5s ease-in-out;
}
.bocweb-header .s-box .i:nth-child(n+2) {
  margin-left: 1rem;
}
.bocweb-header .s-box .i.i0 {
  display: none;
  width: .75rem;
  height: .75rem;
  background: url(../img/k3.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i0:hover, .bocweb-header .s-box .i.i0.active {
  background: url(../img/g7.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i1 {
  width: .75rem;
  height: .75rem;
  background: url(../img/k0.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i1:hover {
  background: url(../img/g5.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i2 {
  width: .75rem;
  height: .75rem;
  background: url(../img/k1.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i12 {
  width: .75rem;
  height: .75rem;
  background: url(../img/k12.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i2:hover {
  background: url(../img/g3.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i12:hover {
  background: url(../img/g12.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i3 {
  width: .75rem;
  height: .75rem;
  background: url(../img/k2.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .s-box .i.i3:hover {
  background: url(../img/g1.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .head {
  position: relative;
}
.bocweb-header .bocweb-nav {
  text-align: center;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 1150px){
.bocweb-header .bocweb-nav {
  text-align: center;
  padding-left: .15rem;
}
}
.bocweb-header .nav-li {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.bocweb-header .nav-li .nav-top {
  padding: 0 0.875rem;
  display: block;
}
@media only screen and (max-width: 1550px){
.bocweb-header .nav-li .nav-top {
  padding: 0 0.5rem;
}
}

.bocweb-header .nav-li .nav-top span {
  display: block;
  position: relative;
  color: #000;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li .nav-top span:before {
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 4px;
  background: #0075c2;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li .nav-top.active span, .bocweb-header .nav-li .nav-top:hover span {
  color: #0075c2;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li .nav-top.active span:before, .bocweb-header .nav-li .nav-top:hover span:before {
  width: 100%;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li .nav-top.active span:after, .bocweb-header .nav-li .nav-top:hover span:after {
  opacity: 1;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li .nav-top span:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  opacity: 0;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li .nav-bot {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  width: 530px;
  left: 50%;
  margin-left: -265px;
}
.bocweb-header .nav-li .nav-bot a {
  color: #666;
}
.bocweb-header .nav-li .nav-bot a:hover, .bocweb-header .nav-li .nav-bot a.active {
  color: #c0ac88;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li a {
  color: #000000;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-li a:hover, .bocweb-header .nav-li a.active {
  color: #c0ac88;
  transition: .5s ease-in-out;
}
.bocweb-header .nav-bot {
  display: none;
}
.bocweb-header .nav-bot .li {
  display: block;
  font-size: 14px;
  line-height: 2;
}

.bocweb-footer {
  background: #333333;
  font-size: 14px;
  color: #666666;
}
.bocweb-footer a {
  color: #666666;
  transition: .5s ease-in-out;
}
.bocweb-footer a:hover {
  color: #ffffff;
  transition: .5s ease-in-out;
}
.bocweb-footer .bocweb-top {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bocweb-footer .bocweb-top .left .i0 {
  
}
.bocweb-footer .bocweb-top .right {
  line-height: 1.2;
  padding-top: .5rem;
  font-size: 0;
}
.bocweb-footer .bocweb-top .right .li {
  font-size: 15px;
  color: #ececec;
}
.bocweb-footer .bocweb-top .right .li:nth-child(n+2) {
  margin-left: 2.5rem;
}
.bocweb-footer .bocweb-top .right .li:hover {
  color: #0075c2;
}
.bocweb-footer .bocweb-center {
  padding-top: 1.75rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bocweb-footer .bocweb-center .left {
  font-size: 0;
  width: 100%;
}
.bocweb-footer .bocweb-center .left .items {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-family: "Source Han Sans CN","Source Han Sans CN Light";
}
.bocweb-footer .bocweb-center .left .items .span {
  font-size: 13px;
  color: #999999;
  text-align: center;
  margin-top: 13px;
}
.bocweb-footer .bocweb-center .left .items .img {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px;
}
.bocweb-footer .bocweb-center .left .items .i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.bocweb-footer .bocweb-center .left .items .p0 {
  font-size: 13px;
  margin-top: 8px;
}
.bocweb-footer .bocweb-center .left .items .num {
  font-size: .75rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  font-family: "beba";
  line-height: 1;
  margin-top: 10px;
}
.bocweb-footer .bocweb-center .left .items .num span{
  font-size: .35rem;
  font-weight: normal;
}
.bocweb-footer .bocweb-center .left .items .p {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.bocweb-footer .bocweb-center .left .items1 {
  max-width: 12%;
}
.bocweb-footer .bocweb-center .left .items2 {
  margin-left: 2%;
  width: 20%;
}
.bocweb-footer .bocweb-center .left .items3 {
  margin-left: 2%;
  width: 20%;
}
.bocweb-footer .bocweb-center .right .top {
  font-size: 0;
}
.bocweb-footer .bocweb-center .right .top .li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}
.bocweb-footer .bocweb-center .right .top .li:nth-child(n+2) {
  margin-left: 2.875rem;
}
.bocweb-footer .bocweb-center .right .bot {
  margin-top: 1.875rem;
  padding-top: 30px;
  line-height: 1.2;
  position: relative;
  text-align: right;
}
.bocweb-footer .bocweb-center .right .bot:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/peo.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot {
  height: 100px;
  line-height: 100px;
}
.bocweb-footer .bocweb-bot .left {
  font-size: 0;
}
.bocweb-footer .bocweb-bot .left .items {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.bocweb-footer .bocweb-bot .left .gw {
  margin-right: 1.25rem;
}
.bocweb-footer .bocweb-bot .left .i {
  width: .75rem;
  height: .75rem;
  margin-right: 0.875rem;
}
.bocweb-footer .bocweb-bot .left .i.i0 {
  background: url(../img/g2.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot .left .i.i0:hover {
  background: url(../img/g3.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot .left .i.i1 {
  background: url(../img/g4.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot .left .i.i1:hover {
  background: url(../img/g5.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot .left .i.i2 {
  background: url(../img/g8.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot .left .i.i2:hover {
  background: url(../img/g9.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bocweb-bot .left .i.i0{
	position: relative;
}
.bocweb-footer .bocweb-bot .left .i.i0 .erimgbox{
	line-height: 1;
	top: -157px;
	padding-bottom: 15px;
}
.bocweb-footer .bocweb-bot .left .erimgbox .img:before{
	display: none;
}

.bocweb-footer .bocweb-bot .left .gw {
  width: 120px;
  height: 38px;
  line-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  text-align: center;
}
.bocweb-footer .bocweb-bot .left .gw span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../img/gw.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

.advantage-05 {
  background: #ffffff;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.advantage-05 .advantage05-list {
  font-size: 0;
  margin-top: 2rem;
}
.advantage-05 .items {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  width: 23%;
  margin-left: 2.6666666667%;
  background: #f1f1f1;
  margin-bottom: 1.25rem;
  vertical-align: top;
  border-radius: 5px;
  padding: .75rem;
  transition: .5s ease-in-out;
}
.advantage-05 .items:hover {
  background: #0075c2;
}
.advantage-05 .items:hover .tit {
  transition: .5s ease-in-out;
  color: #fff;
}
.advantage-05 .items:hover .txt {
  transition: .5s ease-in-out;
  color: #fff;
}
.advantage-05 .items:hover .num {
  color: rgba(255, 255, 255, 0.2);
  transition: .5s ease-in-out;
}
.advantage-05 .items .tit {
  font-size: 26px;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  transition: .5s ease-in-out;
}
.advantage-05 .items .txt {
  font-size: 16px;
  line-height: 26px;
  min-height: 78px;
  margin-bottom: 0.225rem;
  margin-top: 0.375rem;
  transition: .5s ease-in-out;
}
.advantage-05 .items .num {
  font-size: .9rem;
  line-height: 1;
  font-family: "beba";
  color: rgba(51, 51, 51, 0.2);
  transition: .5s ease-in-out;
}
.advantage-05 .items:nth-child(4n+1) {
  margin-left: 0;
}

.advantage-03 {
  background: #ffffff;
  padding: 2rem 0;
}
.advantage-03 .advantage03-swiper {
  margin-top: 2.5rem;
}
.advantage-03 .buttons {
  margin-top: 2rem;
}
.advantage-03 .buttons .swiper-button-prev {
  margin-right: .5rem;
}
.advantage-03 .items {
  background: #f1f1f1;
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
  padding: .75rem;
  position: relative;
  transition: .5s ease-in-out;
}
.advantage-03 .items .bot-box {
  position: absolute;
  bottom: .75rem;
  padding: 0 .75rem;
  text-align: right;
  line-height: 1;
  width: 100%;
  left: 0;
}
.advantage-03 .items .bot-box .num {
  position: absolute;
  left: .75rem;
  bottom: 0;
  font-size: .9rem;
  color: rgba(51, 51, 51, 0.2);
  font-family: "beba";
}
.advantage-03 .items .bot-box .tit {
  font-size: .9rem;
  font-weight: bold;
  color: #333333;
}
.advantage-03 .items .bot-box .txt {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
}
.advantage-03 .items:hover {
  background: #0075c2;
  transition: .5s ease-in-out;
}
.advantage-03 .items:hover .bot-box .tit {
  color: #fff;
}
.advantage-03 .items:hover .bot-box .txt {
  color: #fff;
}
.advantage-03 .items:hover .bot-box .num {
  color: rgba(255, 255, 255, 0.2);
}
.advantage-03 .items:hover .i .i1 {
  opacity: 1;
}
.advantage-03 .items:hover .i img {
  transition: .5s ease-in-out;
}
.advantage-03 .items:hover .i .i0 {
  opacity: 0;
}
.advantage-03 .items .i {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.advantage-03 .items .i img {
  transition: .5s ease-in-out;
}
.advantage-03 .items .i .i1 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.advantage-04 {
  padding: 2rem 0;
  padding-bottom: 2.4rem;
}
.advantage-04 .advantage04box {
  position: relative;
  margin-top: 1.75rem;
}
.advantage-04 .advantage04box .item {
  position: absolute;
  line-height: 1.2;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.advantage-04 .advantage04box .item .img {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-bottom: 0.875rem;
}
.advantage-04 .advantage04box .item1, .advantage-04 .advantage04box .item3 {
  left: 0;
  text-align: left;
}
.advantage-04 .advantage04box .item2, .advantage-04 .advantage04box .item4 {
  right: 0;
  text-align: right;
}
.advantage-04 .advantage04box .item3, .advantage-04 .advantage04box .item4 {
  bottom: 2.75rem;
}
.advantage-04 .advantage04box .item1, .advantage-04 .advantage04box .item2 {
  top: 1.875rem;
}
.advantage-04 .advantage04box .images .img {
  width: 375px;
  height: 630px;
  margin: 0 auto;
}
.advantage-04 .advantage04box .images .span {
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  color: #333333;
  position: absolute;
  width: 100%;
  bottom: -20px;
}

.advantage-04 {
  position: relative;
}
.advantage-04 .lspan {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 34.125rem;
  height: 17.25rem;
  background: url(../img/n0.png) no-repeat center;
  background-size: 100%;
}

.wel-more {
  display: block;
  font-size: 16px;
  color: #999;
  height: 60px;
  line-height: 60px;
  width: 230px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-left: 10px;
  padding-right: 60px;
  box-sizing: border-box;
  transition: .5s ease-in-out;
  position: relative;
}
.wel-more.active {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.wel-more.active:before {
  background: #999;
}
.wel-more.active:after {
  background: url(../img/m4.png) no-repeat center;
  background-size: 100%;
}
.wel-more.active:hover {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.wel-more span {
  position: relative;
  z-index: 3;
}
.wel-more:after, .wel-more:before {
  position: absolute;
  content: "";
  transition: .5s ease-in-out;
}
.wel-more:before {
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #0084d2;
  transform: scale3d(0, 1, 1);
}
.wel-more:after {
  right: 10px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 15px;
  background: url(../img/m4.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.wel-more:hover {
  transition: .5s ease-in-out;
  color: #fff;
}
.wel-more:hover:before {
  width: 100%;
  transition: .5s ease-in-out;
  transform: scale3d(1, 1, 1);
}
.wel-more:hover:after {
  background: url(../img/m5.png) no-repeat center;
  background-size: 100%;
}
.wel-team .num .list{ width:20%;; float:left; text-align:center; padding:30px 0px
}
.wel-team .num .list em{ font-size:42px; color:#333; font-family:"BEBAS"; font-style:normal ; font-weight:bold}
.wel-team .num .list span{ font-size:16px; color:#777; }
.wel-team .num .list p{ font-size:16px; color:#444; margin-top:10px }
.wel-team .num .list .icon{  width:100px; height:100px; line-height:100px; text-align:center; margin:0px auto; border:1px dashed #fff; border-radius:50px;}
.wel-team .num .list .icon i{ font-size:50px;}
.wel-banner {
  position: relative;
}
.wel-banner br {
  display: none;
}
.wel-banner a {
  display: block;
}
.wel-banner.on .items {
  padding-top: 0;
  transition: 1s ease-in-out;
}
.wel-banner.on .buttons .spanbox .span {
  background: url(../img/a04.png) no-repeat center;
  background-size: 100%;
}
.wel-banner.on .buttons .swiper-button-prev{
    background: url(../img/m6a.png) no-repeat center;
    background-size: 100%;
}

.wel-banner.on .buttons .swiper-button-next{
      background: url(../img/m8a.png) no-repeat center;
    background-size: 100%;
}
.wel-banner .items {
  display: block;
  padding-top: 780px;
  position: relative;
  transition: 1s ease-in-out;
}
.wel-banner .items2 .items-bot .imgs {
  height: 24.75rem;
}
.wel-banner .items-top {
  /*background: url(../images/banner01.jpg) no-repeat bottom;*/
  height: 780px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wel-banner .items-top .w-left {
  /*max-width: calc(100% - 300px);*/
}
.wel-banner .items-top .w-right {
  padding-top: 3rem;
}
.wel-banner .items-top .tit {
  font-size: 0.9rem;
  color: #333333;
}
.wel-banner .items-top .cn {
  font-size: 1.75rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.wel-banner .items-top .en {
  font-size: .75rem;
  color: #999999;
}
.wel-banner .items-bot {
  /*position: relative;*/
}
.wel-banner .items-bot .words {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  color: #ffffff;
  padding: 4.875rem 2.5rem 1rem 2.5rem;
}
.wel-banner .items-bot .images {
  height: 20rem;
}
.wel-banner .items-bot .imgs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wel-banner .items-bot .btit {
  font-size: 0.9rem;
  line-height: 1.2;
}
.wel-banner .items-bot .btxt {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: .75rem;
}
.wel-banner .buttons .spanbox, .wel-banner .buttons .box {
  position: absolute;
  height: 120px;
  top: 620px;
  margin: auto;
  z-index: 4;
  color: #999999;
  font-size: 16px;
}
.wel-banner .buttons .spanbox {
  left: 2.5rem;
  font-family: "beba";
  line-height: 1.2;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.wel-banner .buttons .spanbox .span {
  width: 25px;
  height: 30px;
  background: url(../img/a4.png) no-repeat center;
  background-size: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.wel-banner .buttons .spanbox .swiper-pagination-current {
  font-size: 1rem;
  color: #0075c2;
}
.wel-banner .buttons .box {
  right: 2.5rem;
  font-size: 0;
}
.wel-banner .buttons .swiper-pagination, .wel-banner .buttons .swiper-button-prev, .wel-banner .buttons .swiper-button-next {
  position: static;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.wel-banner .buttons .swiper-button-prev, .wel-banner .buttons .swiper-button-next {
  width: 20px;
  height: 36px;
  transition: .5s ease-in-out;
}
.wel-banner .buttons .swiper-button-prev:hover, .wel-banner .buttons .swiper-button-next:hover {
  transition: .5s ease-in-out;
}
.wel-banner .buttons .swiper-button-prev {
  background: url(../img/m6.png) no-repeat center;
  background-size: 100%;
}
.wel-banner .buttons .swiper-button-prev:hover {
  background: url(../img/m7.png) no-repeat center;
  background-size: 100%;
}
.wel-banner .buttons .swiper-button-next {
  background: url(../img/m8.png) no-repeat center;
  background-size: 100%;
  margin-left: 1.25rem;
}
.wel-banner .buttons .swiper-button-next:hover {
  background: url(../img/m9.png) no-repeat center;
  background-size: 100%;
}

.wel-search {
  padding-top: 3.25rem;
  padding-bottom: 3.5rem;
}
.wel-search .search-top {
  font-size: 0;
  padding: 0 .75rem;
  padding-bottom: 2.625rem;
}
.wel-search .search-top .items {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  padding: 0 2.75rem;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  vertical-align: top;
}
.wel-search .search-top .items:hover .img img {
  transition: .5s ease-in-out;
}
.wel-search .search-top .items:hover .img .i1 {
  opacity: 1;
}
.wel-search .search-top .items:hover .img .i0 {
  opacity: 0;
}
.wel-search .search-top .tit {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: .75rem;
}
.wel-search .search-top .img {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.wel-search .search-top .img img {
  transition: .5s ease-in-out;
  width: 100%;
}
.wel-search .search-top .img .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.wel-search .search-bottom {
  padding: 0 3.75rem;
}
.wel-search .search-bottom .searbox {
  border-top: 1px solid #efefef;
  padding-top: 2.75rem;
}
.wel-search .search-bottom .searbox .left {
  font-size: 0;
  color: #999999;
  padding-top: 0.625rem;
}
.wel-search .search-bottom .searbox .left .li {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}
.wel-search .search-bottom .searbox .left .li:nth-child(n+2) {
  margin-left: 1.5rem;
}
.wel-search .search-bottom .searbox .left a {
  transition: .5s ease-in-out;
}
.wel-search .search-bottom .searbox .left a:hover {
  color: #0075c2;
  transition: .5s ease-in-out;
}
.wel-search .search-bottom .searbox .left div.li {
  color: #333333;
}
.wel-search .search-bottom .searbox .right {
  padding-left: 65px;
  position: relative;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;
}
.wel-search .search-bottom .searbox .right .tit {
  font-weight: bold;
  font-size: .75rem;
  font-family: "beba";
  color: #333333;
  margin-bottom: 10px;
}
.wel-search .search-bottom .searbox .right span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/m18.png) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.wel-search .search-bottom .sear-tit {
  margin-bottom: 1rem;
}
.wel-search .search-bottom .sear-search .inputbox {
  border: 1px solid #e8e8e8;
  border-right: none;
  width: calc(100% - 280px);
  position: relative;
}
.wel-search .search-bottom .sear-search .inputbox input[type=text] {
  width: 100%;
  padding-left: 18px;
  padding-right: 48px;
}
.wel-search .search-bottom .sear-search .inputbox input[type=submit] {
  width: 20px;
  height: 20px;
  position: absolute;
  padding: 0;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -999px;
  overflow: hidden;
  color: #999999;
  background: url(../img/ser.png) no-repeat center;
  background-size: 100%;
}
.wel-search .search-bottom .sear-search .button {
  width: 280px;
}
.wel-search .search-bottom .sear-search .button input {
  width: 100%;
  background: #0075c2;
  font-size: 14px;
  color: #ffffff;
}
.wel-search .search-bottom .sear-search input {
  border: none;
  outline: none;
  background: none;
  height: 60px;
}

.m768 {
  display: none;
}

.pc768 {
  display: block;
}

.wel-tit {
  color: #f1f1f1;
  line-height: 1;
}
.wel-tit .en {
  font-size: 1.5rem;
  font-family: "beba";
}
.wel-tit .en1 {
  font-size: 1rem;
}
@media only screen and (max-width: 800px) {
  .wel-tit .en1 {
    font-size: .58rem;
  }

.wel-tit .en {
    font-size: .58rem;
  }
}
.wel-tit .cn {
  font-size: 0.65rem;
  margin-top: .75rem;
  

}
.wel-tit.active {
  color: #333333;
}

.wel-products {
  position: relative;
}
.wel-products .wel-tit {
  padding: 0 2.5rem;
  top: 2.375rem;
  position: absolute;
  z-index: 3;
}
.wel-products .products-more {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 3;
}
.wel-products .items-left, .wel-products .items-right {
  height: 27rem;
  width: 50%;
  padding: 2.5rem;
  padding-top: 7.5rem;
}
.wel-products .items-left {
  padding-right: 130px;
}
.wel-products .items-right {
  padding-left: 130px;
}
.wel-products .images {
  position: absolute;
  left: 0;
  right: 0;
  width: 5.625rem;
  height: 15rem;
  top: 6.25rem;
  margin: auto;
}
.wel-products .swiper-button-prev, .wel-products .swiper-button-next {
  width: 33px;
  height: 33px;
  top: 100px;
  transition: .5s ease-in-out;
  opacity: 1 !important;
}
.wel-products .swiper-button-prev:hover, .wel-products .swiper-button-next:hover {
  transition: .5s ease-in-out;
}
.wel-products .swiper-button-prev {
  left: 40px;
  background: url(../img/j0.png) no-repeat center;
  background-size: 20px 20px;
}
.wel-products .swiper-button-prev:hover {
  background: url(../img/j3.png) no-repeat center;
  background-size: 33px 33px;
}
.wel-products .swiper-button-next {
  right: 40px;
  background: url(../img/j1.png) no-repeat center;
  background-size: 20px 20px;
}
.wel-products .swiper-button-next:hover {
  background: url(../img/j2.png) no-repeat center;
  background-size: 33px 33px;
}
.wel-products .buttons {
  width: 365px;
  height: 165px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/m21.png) no-repeat center;
  background-size: 100%;
  z-index: 3;
}
.wel-products .buttons .but-img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
}
.wel-products .buttons .but-img .i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
}
.wel-products .buttons .but-img .i:after, .wel-products .buttons .but-img .i:before {
  content: "";
  height: 0;
  width: 100%;
  background: url(../img/m22.png) no-repeat left top;
  background-size: 100%;
  transition: 3s ease-in-out;
  position: absolute;
  opacity: 0;
}
.wel-products .buttons .but-img .i:after {
  left: 0;
  top: 0;
}
.wel-products .buttons .but-img .i:before {
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}
.wel-products .buttons .but-img .i.active {
  opacity: 1;
}
.wel-products .buttons .but-img .i.active:after, .wel-products .buttons .but-img .i.active:before {
  height: 100%;
  transition: 3s ease-in-out;
  opacity: 1;
}
.wel-products .buttons .but-img .i.active:before {
  transition-delay: 1.45s;
}

.wel-principle {
  padding-top: 2.375rem;
  padding-bottom: 2.5rem;
}
.wel-principle .list {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.wel-principle .list .items {
  display: none;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}
.wel-principle .list .images {
  max-width: 80%;
  margin: 0 auto;
}
.wel-principle .list .words {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.wel-principle .list .tit {
  font-size: .75rem;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  margin-bottom: .5rem;
}
.wel-principle .list-bot {
  font-size: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  border: 1px solid #0075c2;
  display: inline-block;
  overflow: hidden;
}
.wel-principle .list-bot .li {
  font-size: 16px;
  color: #0075c2;
  display: inline-block;
  width: 165px;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.wel-principle .list-bot .li:hover, .wel-principle .list-bot .li.active {
  color: #ffffff;
  background: #0075c2;
  transition: .5s ease-in-out;
}

.wel-team .swiper-pagination {
  position: static;
  width: auto;
}
.wel-team .items {
  height: 24rem;
  line-height: 1.2;
}
.wel-team .items .items-left, .wel-team .items .items-right {
  height: 100%;
  background: #fbfbfb;
}
.wel-team .items .items-right {
  width: 18.25rem;
}
.wel-team .items .items-right .bot {
  font-size: 0.6rem;
  color: #333333;
  padding: 1.25rem;
  padding-bottom: 0.25rem;
}
.wel-team .items .items-right .bot .cn {
  margin-top: .5rem;
}
.wel-team .items .items-right .bot .en {
  color: #333333;
  font-size: 1rem;
  font-family: "Source Han Sans CN Light","Source Han Sans CN";
}
.wel-team .items .items-left {
  width: calc(100% - (730rem/40));
  background: #fbfbfb;
  padding: 2.375rem 2.5rem;
}
.wel-team .items .img {
/*   width: 270px;
  height: 90px; */
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 1.7rem;
}
.wel-team .items .tit {
  font-size: 1rem;
  color: #111;
}
.wel-team .items .p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: lighter;
  line-height: 35px;
  margin-top: .75rem;
  margin-bottom: 2.5rem;
}
.wel-team .buttons {
  position: absolute;
  width: 15.75rem;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 1.25rem;
  padding-bottom: 2.375rem;
}
.wel-team .buttons .swiper-pagination {
  display: inline-block;
  font-size: 16px;
  font-family: "beba";
  line-height: .8;
}
.wel-team .buttons .swiper-pagination .swiper-pagination-current {
  font-size: 1.5rem;
  color: #0075c2;
}
.wel-team .buttons .spanbox {
  line-height: 1;
}
.wel-team .buttons .swiper-button-prev, .wel-team .buttons .swiper-button-next {
  margin: 0;
  display: inline-block;
  width: 55px;
  height: 36px;
  padding: 0 35px;
  position: relative;
}
.wel-team .buttons .swiper-button-prev:after, .wel-team .buttons .swiper-button-next:after {
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  background: #eeeeee;
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wel-team .buttons .swiper-button-prev {
  left: 0;
  padding-left: 0;
  background: url(../img/m6.png) no-repeat left;
  background-size: 20px 36px;
}
.wel-team .buttons .swiper-button-prev:hover {
  background: url(../img/m7.png) no-repeat left;
  background-size: 20px 36px;
}
.wel-team .buttons .swiper-button-next {
  padding-right: 0;
  background: url(../img/m8.png) no-repeat right;
  background-size: 20px 36px;
  right: 0;
}
.wel-team .buttons .swiper-button-next:after {
  left: 0;
  opacity: 1;
}
.wel-team .buttons .swiper-button-next:hover {
  background: url(../img/m9.png) no-repeat right;
  background-size: 20px 36px;
}


.picScroll-left1{ overflow:hidden; position:relative;background: #3c6fa5;   }
.picScroll-left1 .hd{ overflow:hidden;display: block;padding: 1.25rem;  }
.picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{ display:block; width: 20px;
  height: 36px;  transition: .5s ease-in-out; overflow:hidden; cursor:pointer; float: left; }
.picScroll-left1 .hd .prev:hover,.picScroll-left1 .hd .next:hover{transition: .5s ease-in-out;}
.picScroll-left1 .hd .prev{background: url(../img/m6.png) no-repeat center;
  background-size: 100%;}
.picScroll-left1 .hd .prev:hover{background: url(../img/m7.png) no-repeat center;
  background-size: 100%;}
.picScroll-left1 .hd .next{background: url(../img/m8.png) no-repeat center;
  background-size: 100%;
  margin-left: 1.25rem;}
.picScroll-left1 .hd .next:hover{background: url(../img/m9.png) no-repeat center;
  background-size: 100%;}
.picScroll-left1 .hd .pageState {display: inline-block;font-size: 16px;line-height:1;
float: right;color: #fff;letter-spacing: 3px;}
.picScroll-left1 .hd .pageState span {font-size: 1.5rem;font-weight: bold;}
.picScroll-left1 .bd{margin-bottom: 1rem;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{  float:left; _display:inline; overflow:hidden; }
.picScroll-left1 .bd ul li .pic{ text-align:center; }
.picScroll-left1 .bd ul li .pic img{ width:100%;  display:block; }
.picScroll-left1 .bd ul li .bot1{font-size: 0.6rem;color: #fff;padding: 1.25rem;
padding-top: 0.75rem;font-weight: lighter;text-align: center;}


@media only screen and (max-width: 1000px)  {

.picScroll-left1 .bd{margin-bottom: 0rem;}
.picScroll-left1 .bd ul li .pic p{font-size: .4rem; color: #fff;line-height: 2;padding-top: 0.25rem; }
.picScroll-left1 .hd{ padding: 0rem;position: relative;top: -0.5rem;  }
.picScroll-left1 .hd .prev{ float: left;margin-left: .5rem; }
.picScroll-left1 .hd .next{ float: right;margin-right: .5rem; }
}

/*@keyframes myfirst{0%{transform:scale(.4);opacity:1}100%{transform:scale(1);opacity:0}}*/
.con-tittipbox {
  height: 65px;
}
.con-tittipbox.on {
  height: 65px;
}

.con-tittip.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 30;
}

.wel-system {
  background: url(../img/a18.jpg) repeat top left;
  padding-top: 3.75rem;
  position: relative;
  overflow: hidden;
}
.wel-system .principle-tit {
  position: absolute;
  padding: 0 2.5rem;
  width: 100%;
  left: 0;
  top: 2.375rem;
}
.wel-system .images {
  position: relative;
}
.wel-system .images img {
  display: block;
}
.wel-system .images .i {
  position: relative;
  width: 24.75rem;
  height: 24.75rem;
  margin: 0 auto;
  top: 15px;
}
.wel-system .images .i .i1 {
  position: relative;
  z-index: 3;
}
.wel-system .images .i .i0 {
  /*position: absolute;*/
  left: 0;
  top: 0;
  /*animation: myfirst 2s infinite linear 1s;*/
  /*transform: scale(0);*/
}
.wel-system .images .items {
  position: absolute;
  min-height: 100px;
  line-height: 100px;
  box-sizing: border-box;
  font-size: 20px;
  color: #333333;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.wel-system .images .items .tit {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.wel-system .images .items.active .img i,.wel-system .images .items.active .span,.wel-system .images .items:hover .span{
  color:#0075c2;
}
.wel-system .images .items .txt {
  line-height: 30px;
  margin-top: 10px;
}
.wel-system .images .items .span {
  display: inline-block;
  vertical-align: middle;
}
.wel-system .images .items .img {
  width: 100px;
  height: 100px;
  background: url(../images/j5.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;text-align:center;
}
.wel-system .images .items .img i {
  transition: .5s ease-in-out;font-size:40px;
}
.wel-system .images .items .img .i1 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.wel-system .images .items:hover, .wel-system .images .items.active {
  color: #333;
}
.wel-system .images .items:hover .img, .wel-system .images .items.active .img { text-align:center;
  background: url(../images/j6.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.wel-system .images .items:hover .img i{
  color:#0075c2
}
/*.wel-system .images .items:hover .img, .wel-system .images .items .img i{ font-size:40px;}*/
.wel-system .images .items:hover .img img, .wel-system .images .items.active .img img {
  transition: .5s ease-in-out;
}
.wel-system .images .items:hover .img .i1, .wel-system .images .items.active .img .i1 {
  opacity: 1;
}
.wel-system .images .items:hover .img .i0, .wel-system .images .items.active .img .i0 {
  opacity: 0;
}
.wel-system .images .items1, .wel-system .images .items3, .wel-system .images .items5, .wel-system .images .items7, .wel-system .images .items9 {
  left: 0;
  padding-left: 120px;
  text-align: left;
}
.wel-system .images .items1 .img, .wel-system .images .items3 .img, .wel-system .images .items5 .img, .wel-system .images .items7 .img , .wel-system .images .items9 .img{
  left: 0;
}
.wel-system .images .items2, .wel-system .images .items4, .wel-system .images .items6 , .wel-system .images .items8, .wel-system .images .items10{
  right: 0;
  padding-right: 120px;
  text-align: right;
}
.wel-system .images .items2 .img, .wel-system .images .items4 .img, .wel-system .images .items6 .img , .wel-system .images .items8 .img, .wel-system .images .items10 .img  {
  right: 0;
}
.wel-system .images .items1, .wel-system .images .items2 {
  top:4rem;
}
.wel-system .images .items3, .wel-system .images .items4 {
  top: 8rem;
}
.wel-system .images .items5, .wel-system .images .items6 {
  top: 12rem;
}
.wel-system .images .items7, .wel-system .images .items8 {
  top: 16rem;
}
.wel-system .images .items9, .wel-system .images .items10 {
  top:20rem;
}

.wel-system .images .items1 {
  top: 4rem;
}


.wel-cases {
  background: url("../img/indexprobg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 2.375rem;
  padding-bottom: 3rem;
}
.wel-cases .cases-swiper {
  margin-top: 2rem;
}
.wel-cases .items {
  display: block;
  background: #ffffff;
  font-size: 16px;
  color: #666666;
}
.wel-cases .items .images {
  overflow: hidden;
}
.wel-cases .items .images img {
  transition: .5s ease-in-out;
  width: 100%;
}
.wel-cases .items .words {
  padding: .75rem 0;
  margin:0 .75rem;
  border-top:1px solid #e6e6e6;
}
.wel-cases .items .tit {
  font-size: 0.65rem;
  line-height: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.625rem;
  color: #333333;
  font-weight: bold;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  overflow: hidden;
}
.wel-cases .items .txt {
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.375rem;
  margin-bottom: 0.625rem;
}
.wel-cases .items .more {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  padding-right: 35px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  vertical-align: top;
}
/*.wel-cases .items .more:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background: url(../img/m24.png) no-repeat center;*/
/*  width: 20px;*/
/*  height: 7px;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin: auto;*/
/*}*/
.wel-cases .items:hover .images img {
  transition: .5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.wel-cases .buttons {
  margin-top: 1rem;
}
.wel-cases .buttons .swiper-button-prev {
  margin-right: 0.875rem;
}
.wel-cases .buttons .swiper-button-prev, .wel-cases .buttons .swiper-button-next {
  background-color: #ffffff;
}
.wel-cases .buttons .swiper-button-prev:hover, .wel-cases .buttons .swiper-button-next:hover {
  background-color: #0075c2;
}

.wel-layout {
  padding-top: 2.375rem;
  padding-bottom: 2.625rem;
}
.wel-layout .principle-tit {
  margin-bottom: 60px;
}

.layout-map {
  position: relative;
}
.layout-map .img {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.layout-map .list {
  position: absolute;
  left: 0;
  bottom: 25px;
  font-size: 0;
  width: 190px;
}
.layout-map .list .li {
  font-size: 16px;
  color: #666666;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.layout-map .list .li.active {
  color: #abcd06;
}
.layout-map .words {
  position: absolute;
  background: #ffffff;
  width: 380px;
  height: 200px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.05);
  margin-left: 85px;
  margin-top: -90px;
  font-size: 16px;
  color: #666666;
  padding: .5rem;
}
.layout-map .words .tit {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.layout-map .words .p {
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 15px;
}
.layout-map .words .txt {
  text-underline-position: 1.2;
}
.layout-map .words .num {
  font-size: 26px;
  font-family: "beba";
  color: #0075c2;
  line-height: 1;
  margin-top: 13px;
}
.layout-map .words:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background: url(../img/m26.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}

.searbox-num {
  position: relative;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;
  text-align: left;
}
.searbox-num .tit {
  font-size: 1.1rem;
  font-family: "beba";
  color: #333333;
  margin-bottom: 10px;
}
.searbox-num span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/m18.png) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.wel-institution.about-institution {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.wel-institution.about-institution .list {
  margin-top: 4.75rem;
}

.wel-protection {
  height: 960px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.wel-protection .list {
  margin-top: 80px;
  font-size: 0;
  text-align: center;
}
.wel-protection .list .img {
  width: 60px;
  height: 60px;
  position: relative;
  margin: auto;
  display: inline-block;
}
.wel-protection .list .img img {
  transition: .5s ease-in-out;
}
.wel-protection .list .img i{ font-size:50px}
.wel-protection .list .img .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.wel-protection .list .items {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  width: 32%;
  margin-left: 2%;
  padding: 1.125rem 1.25rem;
  padding-bottom: 0.625rem;
  text-align: left;
  vertical-align: top;
  color: #333333;
  transition: .5s ease-in-out;
}
.wel-protection .list .items:hover {
  color: #0075c2;
  transition: .5s ease-in-out;
}
.wel-protection .list .items:hover .img img {
  transition: .5s ease-in-out;
}
.wel-protection .list .items:hover .img .i0 {
  opacity: 0;
}
.wel-protection .list .items:hover .img .i1 {
  opacity: 1;
}
.wel-protection .list .items:nth-child(3n+1) {
  margin-left: 0;
}
.wel-protection .list .items .txt {
  line-height: 24px;
  min-height: 48px;
  overflow: hidden;
}
.wel-protection .list .items .tit {
  font-size: .75rem;
  line-height: 1.2;

  margin-top: .75rem;
  margin-bottom: 0.375rem;
}
.wel-protection .list-bot {
  margin-top: 3rem;
  text-align: right;
}
.wel-protection .list-bot .tit0 {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.2;
}
.wel-protection .list-bot .txt0 {
  font-size: 34px;
  color: #333333;
  line-height: 24px;
  margin-top: 0.5rem;
  margin-bottom: .75rem;
}
.wel-protection .list-bot .searbox-num {
  display: inline-block;
}
.wel-protection .list-bot .wel-more {
  text-align: left;
}
.wel-protection .list-bot .more-b {
  margin-top: 2.125rem;
}


.shouhou{ width: 100%; margin: 2rem auto; }
.shouhou p{ font-size: 16px; line-height: 2; }
.wel-products .items-right {
  line-height: 1.2;
  color: #333333;
}
.wel-products .items-right .t0 {
  font-size: 17px;
}
.wel-products .items-right .t1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.375rem;
}
.wel-products .items-right .t4,
.wel-products .items-right .t2 {
  font-size: 1.6rem;
  font-family: "beba";
}
.wel-products .items-right .t2 {
  margin-top: 2.25rem;
}
.wel-products .items-right .t3 {
  font-size: 16px;
  margin-top: 0.375rem;
}
.wel-products .items-left {
  font-size: 15px;
  color: #ffffff;
}
.wel-products .items-left .txt {
  line-height: 30px;
}
.wel-products .items-left .tit-top, .wel-products .items-left .tit-center, .wel-products .items-left .tit-right {
  width: 455px;
}
.wel-products .items-left .tit-top {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wel-products .items-left .tit-top .tit {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.wel-products .items-left .tit-top .txt {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0.375rem;
}
.wel-products .items-left .tit-bot {
  margin-top: 2.875rem;
}
.wel-products .items-left .tit-center {
  padding-top: 1.125rem;
}
.wel-products .items-left .tit-center .tit {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}
.footer {
  background: #333333;
  position: relative;
  z-index: 10;
}
.footer .f-top {
  padding: 2.5rem 0 1rem;
  border-bottom: 1px solid #3d3d3d;
}
.footer .f-nav {
  width: 60%;
  max-width: calc(100% - 360px);
}
.footer .f-nav .tit2 {
  margin-bottom: .5rem;
}
.footer .f-nav .tit2 a{
  color: #ffffff;
}
.footer .f-nav .item {
  margin-bottom: .25rem;
  line-height: 1.5;
  color: #999;
  transition: all .3s;
  display: block;
}
.footer .f-nav .li {
  margin-right: 1rem;
}
.footer .f-nav .item:hover {
  color: #fff;
}
.footer .f-contact {
  width: auto;
}
.footer .f-contact .telbox, .footer .f-contact .addbox, .footer .f-contact .wxbox {
  color: #999;
}
.footer .f-contact .telbox {
  margin-top: .75rem;
}
.footer .f-contact .telbox span {
  color: #07a3e9;
  font-family: "DINCond-Bold_1";
}
.footer .f-contact .addbox {
  margin-top: .75rem;
}
.footer .f-contact .addbox p {
  color: #999;
  margin-top: .25rem;
}
.footer .f-contact .wxbox {
  margin-top: .75rem;
}
.footer .f-contact .wxbox .img {
  width: 100px;
  margin-top: .25rem;
}
.footer .f-contact .wxbox .img img {
  width: 100%;
}
.footer .f-bot {
  padding: 1rem 0 ;
  color: #666;
}
.footer .f-bot a{
  color: #666666;
  font-size: 15px;
}
.footer .bot-ulbox .li {
  color: #999;
  padding: 0 1rem;
}
.footer .bot-ulbox .line {
  height: 12px;
  border-right: 1px dashed #777;
}
.footer .bot-ulbox .li:nth-child(1) {
  padding-left: 0;
}
.footer .ulbox {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.footer .ulbox .li {
  width: 45px;
  margin-right: .5rem;
  cursor: pointer;
  position: relative;
}
.footer .ulbox .li img {
  width: 100%;
}
.footer .ulbox .li:nth-child(3) {
  margin-right: 0;
}
.footer .ulbox .wxbox {
  position: absolute;
  bottom: 45px;
  padding: 6px;
  background: #fff;
  width: 100px;
  border-radius: 5px;
  left: calc(50% - 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.footer .ulbox .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.footer .ulbox .wxbox img {
  width: 100%;
}
.footer .ulbox .li:hover .wxbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.mfooter {
  background: #333333;
}
.mfooter .f-top {
  padding: 1.5rem 5% .75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mfooter .f-top .logo {
  width: 4rem;
  margin-bottom: 1.25rem;
}
.mfooter .f-top .logo img {
  width: 100%;
}
.mfooter .f-top .ulbox {
  margin-bottom: 2rem;
}
.mfooter .f-top .ulbox .li {
  width: 1.5rem;
  margin: 0 .5rem;
  position: relative;
}
.mfooter .f-top .ulbox .li img {
  width: 100%;
}
.mfooter .f-top .ulbox .wxbox {
  position: absolute;
  bottom: 1.5rem;
  padding: 6px;
  background: #fff;
  width: 100px;
  border-radius: 5px;
  left: calc(50% - 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.mfooter .f-top .ulbox .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.mfooter .f-top .ulbox .wxbox img {
  width: 100%;
}
.mfooter .f-top .ulbox .li:hover .wxbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.mfooter .f-top .telbox {
  color: #666;
}
.mfooter .f-top .telbox a {
  color: #fff;
}
.mfooter .f-top .p {
  color: #666;
}
.mfooter .f-bot {
  padding: 1rem 0;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #666;
}
.w1680 {
  width: 1680px;
  margin: 0 auto;
  max-width: 90%;
}
.fl6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-block {
  display: none;
}
@media (max-width: 1024px) {
  .m-block {
    display: block;
    width: 100%;
    text-align: center;
  }
  .wel-protection .list .img i{
    font-size: 26px;
  }
  .mfooter .f-top{
    padding: .75rem 5% .75rem;
  }
  .mfooter .f-bot{
    padding: 0.75rem 0;
  }
  .mfooter .f-top .logo{
    margin:0 auto 0.45rem;
  }
  .mfooter .f-top .logo{
    width: 3rem;
  }
  .pc-block {
    display: none;
  }
}
.bocweb-bot-mbox.fixed0.fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background:transparent;
    overflow: visible;
}

.bocweb-bot-mbox {
  height: 50px;
  background: #f2f2f2;
  overflow: hidden;
}

.fgh .i {
  position: relative;
}
.fgh .i img {
  display: block;
}
.fgh .i .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.bocweb-bot-mbox .list {
  font-size: 0;
  text-align: center;
  height: 100px;
  border-radius: 100px;
  background: #ffffff;
  line-height: 50px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  padding: 0 10%;
  position: relative;
}
.bocweb-bot-mbox .list .items {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.bocweb-bot-mbox .list .items .items-top {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.bocweb-bot-mbox .list .items4 .items-bot {
  font-size: 20px;
  width: 170px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  top: -30px;
  right: 0;
  color: #cfab6f;
  position: absolute;
  line-height: 30px;
  background: #ffffff;
  border-radius: 5px;
  display: none;
}
.bocweb-bot-mbox .list .items4 .items-bot:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background: url(../img/m26.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}

.wel-products .items-right .bbox div {
  transform: translateX(30%);
  opacity: 0;
}

.wel-products .swiper-slide-active .items-right .bbox div {
  transition: 1s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}

.wel-products .swiper-slide-active .items-right .bbox div:nth-child(1) {
  transition-delay: .1s;
}

.wel-products .swiper-slide-active .items-right .bbox div:nth-child(2) {
  transition-delay: .1s;
}

.wel-products .swiper-slide-active .items-right .bbox div:nth-child(3) {
  transition-delay: .3s;
}

.wel-products .swiper-slide-active .items-right .bbox div:nth-child(4) {
  transition-delay: .3s;
}

.wel-products .swiper-slide-active .items-right .bbox div:nth-child(5) {
  transition-delay: .5s;
}

.wel-products .swiper-slide-active .items-right .bbox div:nth-child(6) {
  transition-delay: .5s;
}

.wel-products .items-left {
  /*transform: translateX(-30%);*/
  opacity: 0;
}

.wel-products .swiper-slide-active .items-left {
  transition: 1s ease-in-out;
  /*transform: translateX(0);*/
  opacity: 1;
}

.wel-products .images img {
  opacity: 0;
  transition: .5s ease-in-out;
}

.wel-products .swiper-slide-active .images img {
  opacity: 1;
  transition: .5s ease-in-out;
  transition-delay: .5s;
}

.wel-team .items .items-left {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-30%);
}

.wel-team .swiper-slide-active .items .items-left {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: .8s ease-in-out .4s;
}

.wel-team .items .items-right .top {
  opacity: 0;
}

.wel-team .swiper-slide-active .items .items-right .top {
  opacity: 1;
  transition: .5s ease-in-out;
  transition-delay: 0.1s;
}

.about-institution .items {
  transition: .5s ease-in-out;
}

.about-institution .items:hover {
  transition: .5s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.wel-system .images .i .i2 {
  width: 12.875rem;
  height: 12.875rem;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wel-system .images .i .i2 .i-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 50%;
  transition: .5s ease-in-out;
}
.wel-system .images .i .i2 .i-img.active {
  opacity: 1;
  transition: .5s ease-in-out;
}

@keyframes fmove {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(-5px);
  }
}
.layout-map .words {
  animation: fmove 2s linear 1s infinite alternate;
}

.contact-list2 {
  background: #fff;
  padding: 55px 5.2% 150px 5.2%;
}

.contact2-items {
  font-size: 0;
}

.contact2-item {
  width: 48.2%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 25px;
}

.contact2-item input {
  width: 100%;
  border: none;
  padding: 25px 0;
  font-size: 16px;
}

.contact2-item input::-webkit-input-placeholder {
  color: #888;
}

.contact2-item2, .ct2-tjly {
  margin-right: 3.6%;
}

.contact2-item {
  width: 48.2%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 25px;
  color: #cfab6f;
}

.contact2-item2, .ct2-tjly {
  margin-right: 3.6%;
}

.contact-list2 .pre {
  position: relative;
}
.contact-list2 .pro {
  position: absolute;
}

.s1 {
  width: 100%;
  height: 1px;
  display: block;
  background: #888;
  top: 0;
}

.about-profile {
  padding-bottom: 2rem;
}

.s2 {
  width: 0;
  height: 1px;
  display: block;
  background: #0075c2;
  top: 0;
  transition: all 0.5s linear;
}

.contact2-btnall {
  margin-top: 75px;
  font-size: 0;
}

.contact2-area textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  border: none;
  transition: all .5s linear;
  resize: none;
}

.contact2-area {
  margin-top: 60px;
}

.contact2-btnall a, .contact2-btnall input {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  width: 48%;
  height: 58px;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 58px;
  color: #999;
  transition: all .2s ease;
  display: inline-block;
  font-size: 15px;
  transition: .5s ease-in-out;
}
.contact2-btnall a:hover, .contact2-btnall input:hover {
  color: #0075c2;
  border-color: #0075c2;
  transition: .5s ease-in-out;
}

.contact2-items3 {
  margin-top: .75rem;
}
.contact2-items3 .contact2-item2 {
  position: relative;
}
.contact2-items3 .contact2-item2 img {
  max-height: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-profile .profile-bot .items .en {
  font-weight: bold;
  height: 1.5rem;
}

.about-path .path-swiper-top .words .tit span {
  font-weight: normal;
}

.selbotbox {
  position: relative;
}
.selbotbox .select-bx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  height: 100%;
  z-index: 3;
  display: none;
}
.selbotbox .select-bx .items-top {
  font-weight: bold;
}
.selbotbox .select-bx .items-top .items {
  background: #ffffff;
}
.selbotbox .select-bx .items-bot {
  overflow-y: auto;
  height: calc(100% - 60px);
  position: relative;
}
.selbotbox .select-bx .items-bot:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background: url(../img/n2.png) no-repeat center;
  background-size: 100%;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.selbotbox .select-bx .items {
  height: 60px;
  line-height: 60px;
  background: #f9f9f9;
  font-size: 20px;
  color: #666666;
  padding: 0 .75rem;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.selbotbox .select-bx .items:hover {
  background: #fdfff6;
}

img.w100 {
  width: 100%;
}

.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  display: none;
  z-index: 20;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}

.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}

.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}

.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.search-alert .cent-form {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: url(../img/i30.png) no-repeat center;
  background-size: 18px 18px;
}

.search-alert .close:before {
  font-size: 30px;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 80px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 17px;
  width: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ico01.png) no-repeat center;
  background-size: 95%;
  content: "";
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 100%;
  color: #f3b907;
  background: none;
  padding-left: 80px;
  padding-right: 140px;
  text-align: left;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  text-align: center;
}

.search-alert {
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .5s;
  transition: transform .3s .5s;
}

.search-alert.active {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.search-alert.active .cent-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
}

.m-header {
  height: 45px;
  width: 100%;
  background: #ffffff;
}

.m-header.cur {
  position: absolute;
}

.m-header.absolute {
  position: absolute;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
}

.m-header .w-header {
  position: relative;
  padding: 0 20px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
  height: 45px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.m-header .welcome-a {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 48px;
  position: relative;
}

.m-header .welcome-a img {
  max-height: 100%;
  height: 70%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 65px;
}

.m-header .uio,
.m-header .w-header .uibox .tx-li {
  position: relative;
}
.m-header .uio:after,
.m-header .w-header .uibox .tx-li:after {
  content: "";
  width: 1px;
  height: 55%;
  position: absolute;
  background: #dedede;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .w-header .uibox .tx-li:nth-child(1):after {
  display: none;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -18px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0084d2;
  left: 0;
  border-radius: 4px;
}

.m-header .nav-btn .line1 {
  top: 6px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 14px;
}

.m-header .nav-btn .line3 {
  bottom: 3px;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px;
}

.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 45px;
  background-color: white;
  z-index: 999;
  color: #666;
  overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  position: relative;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../img/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../img/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f2f2f2;
}

.m-header .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a {
  padding-left: 21px;
  color: #888;
  display: block;
}

.bocweb-header .bocweb-logo img {
  /*width: 4.2rem;*/
}

@media screen and (max-width: 1650px) {
  .wel-team .items .img {
    width: 6.75rem;
    height: 2.25rem;
    margin-top: 1.6rem;
    margin-bottom: 1.8rem;
  }

  .wel-team .items .p {
    line-height: 1.8;
  }

  .wel-team .items .items-left {
    padding: 2rem 2.2rem;
  }

  .wel-system .images .items .img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .wel-system .images .items .tit {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .wel-system .images .items .txt {
    font-size: .5rem;
    line-height: 1.2;
  }

  .wel-system .images .items {
    min-height: 2.5rem;
    line-height: 2.5rem;
  }

  .wel-system .images .items2, .wel-system .images .items4, .wel-system .images .items6 {
    padding-right: 3rem;
  }

  .wel-system .images .items1, .wel-system .images .items3, .wel-system .images .items5 {
    padding-left: 3rem;
  }

  .wel-protection {
    /*height: (1080rem/40);*/
    height: auto;
  }

  .wel-protection .list .img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .wel-protection .list .items .tit {
    margin-top: .6rem;
    margin-bottom: 0.3rem;
  }

  .wel-protection .list .items {
    font-size: 16px;
  }

  .wel-institution.about-institution .list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1450px) {
  /*.bocweb-header .header {*/
  /*  padding: 0 0.1rem;*/
  /*}*/

  .layout-map .img {
    width: 30rem;
  }

  .productsdetails-top .prolist {
    width: 80%;
  }

  .bocweb-header .nav-li .nav-top {
    padding: 0 .4rem;
  }

  .advantage-03 .items .bot-box .txt {
    font-size: 0.55rem;
  }

  .advantage-03 .items .i {
    width: 1rem;
    height: 1rem;
  }

  .cases-box .items .words .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .pagination a {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.45rem;
    margin: 0 0.375rem;
  }

  .pagination .prev, .pagination .next {
    font-size: 14px;
  }

  .pagination .next {
    padding-right: 25px;
  }

  .pagination .prev {
    padding-left: 25px;
  }

  .advantage-05 .items .txt {
    font-size: 14px;
    line-height: 24px;
    min-height: 72px;
  }

  .advantage-05 .items .tit {
    font-size: 0.65rem;
  }

  .w1200 {
    width: 80%;
  }

  .advantage-04 .advantage04box .item .img {
    width: 1.375rem;
    height: 1.375rem;
  }

  .advantage-04 .advantage04box .item {
    font-size: 0.55rem;
  }

  .con-swiper .swiper-button-prev, .con-swiper .swiper-button-next {
    width: 1.625rem;
    height: 1.625rem;
  }

  .advantage-04 .advantage04box .images .span {
    font-size: .5rem;
  }

  .con-banner .words .tit .cn {
    font-size: 1.2rem;
  }

  .advantage-02 .list .items .span {
    font-size: 0.65rem;
    line-height: 1.2;
    height: auto;
    bottom: .5rem;
  }

  .advantage-03 .items {
    height: 6rem;
  }

  .contact-box .words-top .add .i {
    width: 0.875rem;
    height: 1.125rem;
  }

  .contact-box .words-top .add .t0 {
    font-size: .5rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
  }

  .contact-box .words-top .add .t1 {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-box .words-top .add .img {
    width: 3.75rem;
    height: 3.75rem;
  }

  .contact-box .words-bot .items .cn {
    font-size: .5rem;
    margin-top: 0.55rem;
    margin-bottom: 0.25rem;
  }

  .contact-box .words-bot .items .img {
    width: 1.125rem;
    height: 1.125rem;
  }

  .layout-map .list {
    width: 4.75rem;
    bottom: 0.625rem;
  }
  .layout-map .list .li {
    font-size: 14px;
    line-height: 35px;
  }

  .wel-protection .list-bot .txt0 {
    font-size: 15px;
  }

  .case-banner .words .titbox {
    font-size: 14px;
  }

  .casesdetails-box .casesdetails-right .tittips {
    font-size: 0.65rem;
  }

  .casesdetails-box .casesdetails-right {
    width: 320px;
  }

  .casesdetails-box .casesdetails-left {
    width: calc(100% - 350px);
  }

  .casesdetails-box .wbox {
    font-size: 14px;
    line-height: 2;
  }

  .casesdetails-box .casesdetails-right .list .items .img {
    height: auto;
  }

  .casesdetails-box .casesdetails-right .list .items .words .tit {
    font-size: 18px;
  }

  .casesdetails-box .casesdetails-right .list .items .words .p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }

  .serves-02 .serves02-swiper .swiper-slide {
    padding: 10px 1.2rem;
  }

  .about-honor .items .img {
    height: 10.875rem;
    line-height: 10.875rem;
  }

  .about-path .path-swiper-top .words {
    font-size: 16px;
    line-height: 1.5;
  }

  .about-path .path-swiper-top .words .tit {
    font-size: 20px;
  }

  .about-profile .profile-top .images {
    width: 24rem;
  }

  .about-profile .profile-top .words {
    width: 18.125rem;
  }

  .about-profile .profile-top .p {
    font-size: 14px;
    line-height: 2;
  }

  .about-honor .items .tit {
    font-size: 20px;
  }

  .wel-products .items-left .tit-top, .wel-products .items-left .tit-center, .wel-products .items-left .tit-right {
    width: 100%;
  }

  .layout-map .words {
    margin-left: 4.5%;
    margin-top: -11%;
  }

  .wel-principle .list .items {
    font-size: 15px;
    line-height: 2;
  }

  .contact-list2 {
    padding: 1.375rem 5.2% 3.75rem 5.2%;
  }

  .contact2-item {
    margin-top: 0.625rem;
  }

  .contact2-item input {
    padding: 0.625rem 0;
  }

  .contact2-item {
    margin-top: 0.625rem;
  }

  .contact2-btnall {
    margin-top: 1.875rem;
  }

  .contact2-area {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1350px) {
  .wel-banner .items-top .cn {
    font-size: 1.4rem;
  }

  .wel-banner .items-top .w-right {
    padding-top: 2rem;
  }

  .wel-banner .buttons .spanbox, .wel-banner .buttons .box {
    height: auto;
  }

  .wel-banner .items-bot .btxt {
    font-size: 1.28rem;
  }

  .wel-search .search-top .items {
    padding: 0 1.65rem;
  }

  .wel-search .search-top .img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .wel-search .search-top {
    padding-bottom: 1.8375rem;
  }

  .wel-search {
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
  }

  .wel-tit .en {
    font-size: 1.6rem;
  }

  .wel-tit .cn {
    margin-top: 0.6rem;
  }

  .wel-products .items-left .tit-top .tit {
    font-size: 1rem;
  }

  .wel-products .items-left .tit-top .txt {
    font-size: 15px;
  }

  .wel-products .items-left .tit-center .tit {
    font-size: 20px;
    line-height: 1.3;
  }

  .wel-products .items-left .txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .wel-products .items-left .tit-bot {
    margin-top: 2.2rem;
  }

  .wel-more {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 200px;
  }

  .wel-products .items-right .t1 {
    font-size: 1rem;
  }

  .wel-products .items-right .t4, .wel-products .items-right .t2 {
    font-size: 1.28rem;
  }

  .wel-products .items-right .t2 {
    margin-top: 1.8rem;
  }

  .searbox-num .tit {
    font-size: 0.6rem;
  }

  .wel-protection .list-bot .tit0 {
    font-size: .88rem;
  }

  .searbox-num {
    font-size: 13px;
  }

  .wel-team .items .p {
    font-size: 14px;
    line-height: 1.5;
  }

  .layout-map .img,
  .wel-principle .list {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .bocweb-header .nav-li .nav-top {
    padding: 0 .4rem;
  }

  .bocweb-header .s-box .i:nth-child(n+2) {
    margin-left: .7rem;
  }

  .bocweb-header .bocweb-logo {
    width: auto;
  }

  .casesdetails-box .casesdetails-right {
    width: 200px;
  }

  .casesdetails-box .casesdetails-left {
    width: calc(100% - 230px);
  }

  .casesdetails-box .casesdetails-right .list .items .words .tit {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1110px){
.bocweb-header .nav-li .nav-top {
  padding: 0 0.15rem;
}
}
@media screen and (max-width: 1024px) {
  .pcbox {
    display: none;
  }

  .about-profile .profile-bot .buttons {
    margin-top: 25px;
  }

  .about-profile .profile-bot .buttons .swiper-button-prev {
    margin-right: 10px;
  }

  .m-header .uio:after, .m-header .w-header .uibox .tx-li:after {
    display: none;
  }

  .bocweb-header {
    line-height: 45px;
  }

  .pd100 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .advantage-04 .lspan {
    display: none;
  }

  .wel-search .search-bottom .searbox .left div.li {
    display: block;
  }

  .wel-search .search-bottom .searbox .left .li:nth-child(2) {
    margin-left: 0;
  }

  .wel-search .search-bottom .searbox .left .li:nth-child(n+3) {
    margin-left: 1rem;
  }

  .wel-search .search-bottom .searbox .left {
    padding-top: 0;
  }

  .wel-banner .items-top .w-right {
    padding-top: 0;
  }

  .serves-box .serves-01 .list .items {
    width: 100%;
    padding: 0 5px;
  }

  .serves-box .serves-01 .list .items .p {
    height: auto;
    opacity: 1;
    font-size: 14px;
    line-height: 1.5;
    max-height: 100%;
    overflow-y: auto;
    margin-top: 15px;
  }

  .mbox {
    display: block;
  }

  .advantage-05 .items {
    width: 49%;
    margin-left: 2%;
  }
  .advantage-05 .items:nth-child(4n+1) {
    margin-left: 2%;
  }
  .advantage-05 .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .con-tittip.active {
    line-height: 90px;
    height: 90px;
    margin-top: -45px;
  }

  .about-profile {
    margin-top: -45px;
    padding-top: 45px;
  }

 
  .cases-box .items:nth-child(2n+1) {
    margin-left: 0;
  }
   .cases-box .items {
    width: 49%;
    margin-left: 2%;
  }
  .cases-box .items img {
    width: 100%;
  }

  .casesdetails-box .casesdetails-left {
    width: 100%;
  }

  .casesdetails-box .casesdetails-right {
    width: 100%;
    margin-top: 30px;
  }

  .casesdetails-box .casesdetails-right .list .items {
    width: 32%;
    margin-left: 2%;
    float: left;
  }
  .casesdetails-box .casesdetails-right .list .items:nth-child(3n+1) {
    margin-left: 0;
  }

  .case-banner .words .bdfx {
    right: 0;
  }

  .about-institution .items {
    width: 32%;
    margin-left: 2%;
  }
  .about-institution .items:nth-child(6n+1) {
    margin-left: 2%;
  }
  .about-institution .items:nth-child(3n+1) {
    margin-left: 0;
  }

  .con-tittip {
    margin-top: 0;
  }

  .wel-products .items-left, .wel-products .items-right {
    width: 100%;
  }

  .wel-products .images {
    position: static;
    margin: 0 auto;
  }

  .wel-products .buttons {
    position: static;
    width: auto;
    height: auto;
  }
  .wel-products .buttons .but-img {
    display: none;
  }
  .wel-products .buttons .swiper-button-next, .wel-products .buttons .swiper-button-prev {
    width: 1.625rem;
    height: 1.625rem;
    background-color: #ffffff;
    border-radius: 50%;
    top: 25%;
  }
  .wel-products .buttons .swiper-button-next:hover, .wel-products .buttons .swiper-button-prev:hover {
    background-color: #0075c2;
  }
  .wel-products .buttons .swiper-button-prev {
    background-image: url(../img/prev1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wel-products .buttons .swiper-button-prev:hover {
    background-image: url(../img/prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wel-products .buttons .swiper-button-next {
    background-image: url(../img/next1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wel-products .buttons .swiper-button-next:hover {
    background-image: url(../img/next.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .wel-principle .list .items {
    font-size: 14px;
    line-height: 1.5;
  }

  .wel-products .items-left, .wel-products .items-right {
    height: auto;
    padding: 1.5rem;
    padding-top: 7.5rem;
  }

  .wel-products .items-right {
    padding-top: 1.5rem;
  }

  .wel-products .items-right .bbox {
    width: 100%;
  }

  .wel-products .products-more {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-top: 35px;
  }

  .wel-team .items {
    height: auto;
  }

  .wel-team .items {
    background: #ededed;
    padding: 5%;
  }

  .wel-team .imgs {
    position: relative;
  }

  .wel-team .buttons {
    padding: 15px 20px;
  }

  .wel-team .buttons.m {
    width: auto;
    padding: 0;
    top: -45px;
    right: 0;
    left: auto;
    bottom: auto;
  }

  .wel-team .s-t {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.875rem;
  }

  .wel-search .search-bottom .sear-search .button {
    width: 200px;
  }

  .wel-search .search-bottom .sear-search .inputbox {
    width: calc(100% - 200px);
  }

  .wel-team .items .wel-tit {
    margin-bottom: 1.375rem;
  }

  .wel-team .buttons .swiper-button-prev, .wel-team .buttons .swiper-button-next {
    width: 15px;
    height: 30px;
    padding: 0;
    margin: 0 20px;
  }

  .wel-team .buttons .swiper-button-next:after {
    display: none;
  }

  .wel-team .items .p {
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }

  .wel-system .images .list {
    font-size: 0;
  }

  .wel-system .images .items {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 33.33%;
    vertical-align: top;
    margin-bottom: 15px;
  }

  .wel-system {
    padding-bottom: 2rem;
  }

  .wel-system .images .items .img {
    position: relative;
  }
  .wel-system .images .items .img img {
    display: block;
  }

  .wel-protection .list .items .txt {
    font-size: 14px;
  }

  .wel-institution.about-institution {
    padding-bottom: 4rem;
  }

  .layout-map .words {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .layout-map .words {
    font-size: 14px;
  }

  .layout-map .words .tit {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }

  .layout-map .words .num {
    font-size: 20px;
  }

  .wel-protection .list-bot .words {
    width: 100%;
    text-align: left;
  }

  .wel-protection {
    padding-bottom: 500px;
  }

  .wel-protection .list-bot .more-b .fr {
    float: left;
  }

  .wel-system .principle-tit {
    padding: 0 1.5rem;
  }

  .wel-search .search-top .items {
    width: 50%;
    margin-bottom: 20px;
  }

  .wel-search .search-bottom .searbox {
    padding-top: 2rem;
  }

  .wel-search .search-bottom .sear-tit {
    position: relative;
  }

  .wel-search .search-bottom .sear-tit .right {
    position: absolute;
    right: 0;
    top: 0;
  }

  .wel-search .search-bottom {
    padding: 0 2rem;
  }

  .wel-search .search-bottom .sear-tit.pc {
    margin-bottom: 0;
  }

  .bocweb-footer .bocweb-center .right .top .li:nth-child(n+2) {
    margin-left: 2rem;
  }

  .bocweb-footer .right,
  .bocweb-footer .left {
    width: 100%;
  }

  .bocweb-footer .bocweb-top .right .li {
    width: 100%;
    display: block;
    line-height: 40px;
    height: 40px;
  }

  .bocweb-footer .bocweb-top .right .li:nth-child(n+2) {
    margin-left: 0;
  }

  .bocweb-footer .bocweb-top .right .li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .bocweb-footer .bocweb-center .left .items {
    margin-left: 0;
  }
  .bocweb-footer .bocweb-center .left .items2 ,.bocweb-footer .bocweb-center .left .items3 {
  margin-left: 0%;
  float: left;
  width: 45%;
  display: inline-block;
}
  .bocweb-footer .bocweb-center .left .items1{
    float:left;
    width: auto;
    max-width: none;
  } 

  .bocweb-footer .bocweb-bot {
    height: auto;
    line-height: 2.5;
    padding: 25px 0;
  }

  .bocweb-footer .bocweb-center .right .top {
    display: inline-block;
  }

  .bocweb-footer .bocweb-center .right .bot {
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    padding-left: 30px;
  }

  .bocweb-footer .bocweb-center .right .bot:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .bocweb-footer .bocweb-center .left .items3 {
    margin-left: 20px;
  }

  .bocweb-footer .bocweb-center .left .box:nth-child(n+2) {
    margin-top: 30px;
  }

  .bocweb-footer .bocweb-center .left {

  }

  .bocweb-footer .bocweb-top .right {
    margin-top: 30px;
  }

  .bocweb-footer {
    position: relative;
    z-index: 3;
  }

  .erimgbox-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
  }

  .erimgbox-fixed .erimgbox {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 140px;
    margin: auto;
    display: block;
  }

  .erimgbox .img:before {
    display: none;
  }

  .con-banner.on1 {
    padding-top: 0;
    transition: 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 767px) {
  .con-banner {
    padding-top: 6.3rem;
  }
  .wel-news .content {
    margin-top: 0.5rem !important;
    display:block !important;
}
.list_box_04 li .con {
    padding: 0.25rem 0 0 !important;
}

.list_box_04 li .con h5 {
    display: block !important;
    font-size: 0.4rem !important; 
   padding: 0 2rem 0 0 !important;
}
.list_box_04 li .con h5 span {
    width: 1.5rem !important;
    height: 0.45rem !important;
    font-size: .315rem !important;
}

.list_box_04 li .con p {
  height: auto  !important;
    font-size: .3075rem !important;
    height: 1.35rem !important;
    margin: 0.2rem 0 0.25rem !important;
}
.list_box_04 li .con h6 {
    font-size: .32075rem !important;
}
.wel-news .right {
  margin-top: 0.6rem !important;
    width: 100% !important;
}
.list_box_05 li .con h5 {
    display: block !important;
    font-size: 0.4rem !important; 
   padding: 0 2rem 0 0 !important;
}

.list_box_05 li .con h5 span {
    width: 1.5rem !important;
    height: 0.45rem !important;
    font-size: .315rem !important;
}
.list_box_05 li .con p {
  height: auto  !important;
    font-size: .3075rem !important;
    height: auto !important;
    margin: 0.2rem 0 0.25rem !important;
}
.list_box_05 li {
    padding-bottom: 0.45rem !important;
    margin-bottom: 0.45rem !important;
}








.wel-news .left {
    width: 100% !important;
    padding: 0 0rem 0 0 !important;
}
  .wel-search .search-bottom .searbox{
    padding-top: .8rem;
  }
  .con-banner .bgimgs {
    /*position: relative;*/
  }

  .about-profile .profile-bot .items .en {
    height: .6rem;
  }

  .serves-02 .serves02-swiper .items {
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.06);
  }

  .serves-02 .serves02-swiper .items .tit, .serves-02 .serves02-swiper .items .txt {
    opacity: 1;
  }

  .selbotbox .select-bx .items {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    padding: 0 .3rem;
  }

  .contact-list2 {
    padding: 0.55rem 5.2% 1rem 5.2%;
  }

  .contact2-item {
    margin-top: 0.25rem;
  }

  .contact2-item input {
    padding: 0.25rem 0;
    font-size: .2rem;
  }

  .contact2-area textarea {
    font-size: .2rem;
    height: 2rem;
  }

  .contact2-item {
    margin-top: 0.25rem;
  }

  .contact2-btnall {
    margin-top: 0.75rem;
  }

  .contact2-area {
    margin-top: 0.6rem;
  }

  .about-profile {
    padding-bottom: .8rem;
  }

  .contact2-btnall a, .contact2-btnall input {
    font-size: .24rem;
    line-height: .8rem;
    height: .8rem;
  }

  .contact2-item {
    width: 100%;
    margin-right: 0;
  }

  .contact2-items2 {
    margin-top: .3rem;
  }

  .pd100 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .wel-banner br {
    display: block;
  }

  .bocweb-header .s-box.uibox .i {
    width: 25px;
    height: 25px;
  }

  .bocweb-footer .bocweb-bot .left .i {
    width: .3rem;
    height: .3rem;
  }

  .con-banner .words .tit {
    padding-top: 2.25rem;
  }

  .con-banner .words .tit .cn {
    font-size: 0.64rem;
  }

  .con-banner .words .tit .en {
    font-size: 0.27rem;
    margin-top: 0.15rem;
  }

  .con-banner .bgimgs {
    height: 6.3rem;
  }

  .bocweb-header .s-box .i:nth-child(n+2) {
    margin-left: 10px;
  }

  .con-tittip.on {
    margin-top: 0;
    height: 1rem;
    line-height: 1rem;
    padding: 0;
  }

  .con-tittip .tittip-top .home {
    width: .2rem;
    height: .2rem;
  }

  .con-tittip .tittip-top a:nth-child(n+2) {
    padding-left: .25rem;
    margin-left: .25rem;
  }

  .con-tittip .tittip-top a {
    font-size: .24rem;
  }

  .con-tittip .tittip-top .span {
    width: .25rem;
    height: .3rem;
  }



  .advantage-01 {
    padding-top: 1.15rem;
    padding-bottom: 0.8rem;
  }

  .con-tit .ten, .con-tit .tcn {
    font-size: .4rem;
  }

  .con-tit .ten {
    margin-top: .2rem;
  }

  .advantage-02 {
    padding-top: 0.75rem;
    padding-bottom: 0.8rem;
  }

  .con-tit .en {
    font-size: 0.5rem;
  }

  .con-tit .cn {
    font-size: .3rem;
    margin-top: .2rem;
  }

  .advantage-02 .list .items .span {
    font-size: .22rem;
    bottom: 0.2rem;
  }

  .advantage-02 .list .items .span {
    padding: 0 .3rem;
    width: 100%;
  }

  .advantage-03 {
    padding: .8rem 0;
  }

  .advantage-02 .list {
    margin-top: .6rem;
  }

  .advantage-03 .advantage03-swiper {
    margin-top: 1rem;
  }

  .advantage-02 .list .items {
    width: 100%;
    margin-left: 0;
  }
  .advantage-02 .list .items:nth-child(n+2) {
    margin-top: .3rem;
  }

  .advantage-03 .items .bot-box .tit {
    font-size: .36rem;
  }

  .advantage-03 .items .bot-box .txt {
    font-size: .22rem;
  }

  .advantage-03 .items .bot-box .num {
    font-size: .36rem;
    left: .3rem;
  }

  .advantage-03 .items {
    padding: .3rem;
    height: 3rem;
  }

  .con-swiper .swiper-button-prev, .con-swiper .swiper-button-next {
    width: .65rem;
    height: .65rem;
  }

  .advantage-03 .buttons .swiper-button-prev {
    margin-right: .2rem;
  }

  .advantage-03 .buttons {
    margin-top: .8rem;
  }

  .advantage-04 {
    padding: .8rem 0;
  }

  .advantage-04 .advantage04box {
    margin-top: 0.7rem;
  }

  .advantage-04 .advantage04box .item {
    font-size: .22rem;
    position: static;
  }

  .advantage-04 .advantage04box .item .img {
    width: .55rem;
    height: .55rem;
    margin-bottom: 0.175rem;
  }

  .advantage-04 .advantage04box .images .span {
    font-size: .2rem;
    line-height: 1.2;
    position: static;
  }

  .advantage-04 .advantage04box .images .img {
    width: 60%;
    height: auto;
  }

  .advantage-04 .advantage04box .list {
    font-size: 0;
    margin-top: .5rem;
  }

  .advantage-05 {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .advantage-05 .advantage05-list {
    margin-top: .8rem;
  }

  .advantage-05 .items .tit {
    font-size: .26rem;
  }

  .advantage-05 .items {
    padding: .3rem;
    margin-bottom: .6rem;
    width: 100%;
    margin-left: 0;
  }

  .advantage-05 .items .txt {
    font-size: .24rem;
    line-height: 1.5;
    min-height: 0;
  }

  .advantage-04 .advantage04box .item {
    display: inline-block;
    text-align: left;
    width: 50%;
    margin-bottom: .4rem;
  }

  .advantage-05 .items .num {
    font-size: .36rem;
  }

  .contact-box .imgmap .map {
    height: 5.4375rem;
  }

  .contact-box {
    padding: 1rem 0;
  }

  .contact-box .words-bot .items .cn {
    font-size: .2rem;
    margin-top: 0.22rem;
    margin-bottom: 0.1rem;
  }

  .contact-box .words-bot .items .img {
    width: .45rem;
    height: .45rem;
  }

  .contact-box .words-top .text {
    font-size: .4rem;
    width: 100%;
    max-width: 100%;
line-height: inherit;
  }

  .contact-box .words-top .add {
    width: 100%;
    text-align: left;
    display: none;
  }

  .contact-box .words-top .add .i {
    width: .35rem;
    float: left;
    height: auto;
    margin-bottom: .2rem;
  }

  .contact-box .words-bot {
    padding-top: 0.9rem;
    margin-bottom: 1.1rem;
  }

  .contact-box .words-top .add .t0 {
    font-size: .28rem;
    float: left;
    margin-left: 0.2rem;
  }

  .contact-box .words-top .add .t1 {
    font-size: .2rem;
    float: left;
    margin-left: 0.2rem;
    line-height: 1.4;
  }

  .contact-box .words-top {
    padding-bottom: .95rem;
  }

  .contact-box .words-top .add .img {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .3rem;
  }

  .contact-box .words-bot .list {
    font-size: 0;
    text-align: center;
  }

  .contact-box .words-bot .items {
    font-size: .24rem;
    line-height: 1.5;
    float: none;
    width: 48%;
    float:left;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .contact-box .words-bot .items:nth-child(3n+1) {
    margin-left: 0;
  }

  .contact-box .words-bot .items:nth-child(n+2):before {
    height: 90%;
    background:none;
  }

  .contact-box .words-bot .items:nth-child(3n+1):before {
    opacity: 0;
  }

  .con-tittip.active {
    line-height: 1rem;
    height: 1rem;
    margin-top: 0;
    padding: 0;
  }

  .about-profile {
    margin-top: 0;
    padding-top: 0;
  }

  .pagination a {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 0.2rem;
    margin: 0 0.1rem;
  }

  .pagination {
    height: 1rem;
    line-height: 1rem;
    padding: 0 .4rem;
  }

  .pagination .prev, .pagination .next {
    width: 0;
    text-indent: -999px;
    overflow: hidden;
  }

  .case-banner .words {
    padding-left: 1rem;
    padding-right: 0.75rem;
  }

  .cases-box .items .words .tit {
    font-size: .32rem;
    line-height: .4rem;
    height: .4rem;
  }

  .ft80 {
    font-size: .8rem;
  }

  .case-banner .enn {
    margin-top: 0.25rem;
    margin-bottom: 0.48rem;
  }

  .ft28 {
    font-size: .28rem;
  }

  .case-banner .p {
    font-size: .2rem;
    line-height: 1.5;
    height: auto;
    display: block;
    overflow: visible;
  }

  .con-banner .words .txt00 {
    padding-top: 1rem;
  }

  .cases-box .items .words {
    background: #fff;
    padding: 0.25rem 0.3rem 0.5rem 0.3rem;
  }

  .cases-box .items .words .txt {
    font-size: .24rem;
    line-height: .34rem;
    height: .68rem;
    margin-top: 0.15rem;
    margin-bottom: 0.35rem;
  }

  .cases-box .items .words .more {
    font-size: .2rem;
  }

  .cases-box .items {
    margin-bottom: .6rem;
  }
  .cases-box .items:nth-child(2n+1) {
    width: 49%;
    margin-left: 0%;
  }
  .cases-box .items:nth-child(2n) {
    width: 49%;
    margin-left: 2%;
  }

  .cases-box .list {
    padding-top: 0.55rem;
  }

  .cases-box {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .casesdetails-box .casesdetails-right .tittips {
    font-size: .32rem;
    margin-bottom: .45rem;
  }

  .casesdetails-box .wbox {
    font-size: .20rem;
    line-height:inherit;
    padding: 0.45rem 0.5rem;
  }

  .casesdetails-box .casesdetails {
    padding-top: .5rem;
  }

  .casesdetails-box .w-bot {
    margin-top: .5rem;
  }

  .casesdetails-box .casesdetails-right {
    margin-top: .3rem;
    padding-top: .4rem;
    padding-bottom: 0.35rem;
  }

  .casesdetails-box .casesdetails-right .list {
    padding: 0 .4rem;
  }

  .casesdetails-box .casesdetails-right .list .items {
    width: 100%;
    margin-left: 0;
  }

  .casesdetails-box .casesdetails-right .list .items .words {
    font-size: .24rem;
    line-height: .4rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .casesdetails-box {
    padding-bottom: 1rem;
  }

  .con-tittip .tittip-top .back {
    font-size: .24rem;
  }

  .con-tittip .tittip-top .back {
    padding-right: 25px;
  }

  .case-banner .words .titbox {
    padding-left: .4rem;
    padding-right: .6rem;
    padding-bottom: .5rem;
  }

  .case-banner .words .bdfx a {
    width: .6rem;
    height: .5rem;
    background-size: 0.3rem 0.3rem !important;
  }

  .case-banner .words .titbox .cases-details-tit {
    font-size: .4rem;
    margin-bottom: .3rem;
  }

  .case-banner .words .bdfx {
    right: 0;
    bottom: 1rem;
  }

  .products-list .items {
    height: 9.6rem;
  }

  .products-list .items .text {
    padding: 0 0.2rem;
    padding-left: .6rem;
    bottom: .2rem;
    font-size: .24rem;
  }

  .products-list .items .text .tit {
    font-size: .4rem;
    line-height: .55rem;
    height: .55rem;
  }

  .products-list .items .text .txt {
    line-height: .34rem;
    height: .68rem;
    margin-top: 0.15rem;
  }

  /*2222*/
  .productsdetails-top {
    min-height: 6.3rem;
    padding-top: 1rem;
    padding-bottom: .8rem;
  }
  .productsdetails-top:after {
    height: 2.75rem;
  }
  .productsdetails-top .tit {
    font-size: .28rem;
  }
  .productsdetails-top .tit .big {
    font-size: 0.5rem;
  }
  .productsdetails-top .tit .p {
    line-height: 1.5;
    margin-top: 0.18rem;
  }
  .productsdetails-top .prolist {
    margin-top: 0.3rem;
  }
  .productsdetails-top .prolist .img {
    width: 4rem;
    height: 6rem;
  }

  .productsdetails-center {
    line-height: 9rem;
    height: 9rem;
  }
  .productsdetails-center .img {
    width: .5rem;
    height: .6rem;
  }
  .productsdetails-center .t0 {
    margin-top: .3rem;
  }

  .conbox-text {
    font-size: .24rem;
  }
  .conbox-text .t0 {
    font-size: .36rem;
    line-height: 1.6;
  }
  .conbox-text .line {
    width: .5rem;
    height: .05rem;
    margin: 0.25rem auto;
  }
  .conbox-text .p {
    line-height: 1.6;
  }

  .productsdetails-bot {
    padding-top: 2.4rem;
    padding-bottom: 0.6rem;
  }
  .productsdetails-bot .pbot {
    margin-top: 1.7rem;
    font-size: .24rem;
    line-height: 1.6;
  }

  .productsdetails-top .right-fixed-a {
    right: 0.4rem;
    height: 2.2rem;
  }
  .productsdetails-top .right-fixed-a a {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
  }
  .productsdetails-top .right-fixed-a a:nth-child(n+2) {
    margin-top: .2rem;
  }

  .serves-box .serves-01 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .serves-box .serves-01 .list {
    margin-top: .5rem;
  }

  .serves-box .serves-01 .list .items {
    height: 7.5rem;
  }

  .serves-box .serves-01 .list .items .t0 {
    font-size: .3rem;
  }

  .serves-box .serves-01 .list .items .p {
    font-size: .24rem;
    line-height: 1.6;
    margin-top: .2rem;
  }

  .serves-box .serves-01 .list .items .words {
    padding: 0.35rem 0.4rem;
  }

  .serves-02 {
    padding: .8rem 0;
  }

  .serves-02 .serves02-swiper {
    margin-top: 1.2rem;
    min-height: 0;
  }

  .serves-02 .serves02-swiper .swiper-slide {
    padding: 5px .4rem;
  }

  .serves-02 .serves02-swiper .items .tit {
    font-size: .3rem;
    margin-top: 0.35rem;
  }

  .serves-02 .serves02-swiper .items {
    padding: 0.9rem 0.12rem;
  }

  .serves-02 .serves02-swiper .items .txt {
    font-size: .24rem;
    margin-top: .15rem;
    line-height: .4rem;
    height: .8rem;
  }

  .serves-02 .serves02-swiper:before {
    display: none;
  }

  .serves-03 {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }

  .serves-03 .list {
    margin-top: .8rem;
  }

  .serves-03 .items {
    font-size: .24rem;
    padding: 0.45rem 0.5rem;
  }

  .serves-03 .items .img {
    width: .6rem;
    height: .5rem;
  }

  .serves-03 .items .p {
    min-height: 0;
    line-height: .4rem;
  }

  .serves-03 .items .tit {
    font-size: .3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.15rem;
  }

  .serves-03 .items {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }

  .about-profile .profile-top {
    padding-top: 0.85rem;
  }

  .about-profile .profile-top .p span {
    font-size: .4rem;
  }

  .about-profile .profile-top .p {
    margin-top: 0.8rem;
    height: auto;
    font-size: .24rem;
    line-height: 1.6;
  }
  .about-profile .profile-top .words {
    padding-bottom: 1.3rem;
  }
  .about-profile .profile-top .images {
    bottom: 0.24rem;
    width: 11.2rem;
    width: 100%;
    position: static;
  }
  .about-profile .profile-bot {
    padding: 1rem 0;
  }
  .about-profile .profile-bot .items .tit, .about-profile .profile-bot .items .p {
    font-size: .24rem;
    line-height: .4rem;
    height: .4rem;
  }
  .about-profile .profile-bot .items .en {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-top: .2rem;
    margin-bottom: .1rem;
  }

  .about-profile .profile-top .words {
    width: 100%;
  }

  .about-honor {
    padding: 1rem .3rem;
  }

  .about-honor .honor-swiper {
    padding: 0 .2rem;
    padding-top: .6rem;
  }

  .about-honor .items {
    padding: 0.25rem 0.4rem;
  }

  .about-honor .items .tit {
    font-size: .3rem;
    line-height: .4rem;
    height: .4rem;
  }

  .about-honor .buttons {
    margin-top: .6rem;
  }

  .about-honor .items .img {
    height: 6rem;
    line-height: 6rem;
  }

  .about-honor .items .words {
    padding-top: .15rem;
  }

  .about-honor .items .txt {
    margin-top: .15rem;
    font-size: .24rem;
    height: .32rem;
    line-height: .32rem;
  }

  .about-path .con-tit {
    margin-bottom: 1.2rem;
  }

  .about-path {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  .about-path .path-swiper-top .num {
    font-size: 3.2rem;
  }

  .about-path .path-swiper-top .words {
    width: 70%;
  }

  .about-path .path-swiper-top .items {
    height: 3.5rem;
    line-height: 3.5rem;
  }

  .about-path .path-swiper-top .words {
    padding: 0.3rem 0.45rem;
  }

  .about-path .path-swiper-top .words .tit span {
    font-size: .6rem;
  }

  .about-path .path-swiper-top .words .tit {
    font-size: .24rem;
  }

  .about-path .path-swiper-top .words {
    font-size: .2rem;
  }

  .about-path .path-swiper-bot {
    margin-top: .6rem;
  }

  .about-path .path-swiper-bot .swiper-slide .num {
    font-size: .3rem;
  }

  .about-path .path-swiper-bot .swiper-slide .text {
    font-size: .2rem;
  }

  .about-path .path-swiper-bot .swiper-slide {
    padding: .35rem 0 .35rem 0;
  }

  .about-layout .words {
    width: 95%;
    font-size: .24rem;
    padding: 0.475rem 0.475rem 0.45rem 0.5rem;
  }

  .about-layout .selectbox {
    margin-top: 1.1rem;
  }

  .about-layout .words, .about-layout .images {
    height: auto;
  }

  .about-layout .images {
    width: 100%;
    height: 8rem;
  }

  .about-layout .selectbox .list .items {
    padding: 0.3rem 0;
  }

  .about-layout .selectbox .list {
    margin-top: .6rem;
  }

  .about-layout .selectbox .list .items .tit {
    font-size: .3rem;
    line-height: .4rem;
  }

  .about-layout .selectbox .sel-top .tit {
    font-size: .36rem;
  }

  .about-layout .selectbox .sel-top .txt {
    font-size: .24rem;
  }

  .about-layout .selectbox .sel-bot {
    font-size: .24rem;
    height: 1rem;
  }

  .about-layout .selectbox .list {
    height: 3.5rem;
  }

  .about-institution {
    padding-top: .8rem;
    padding-bottom: 1rem;
  }

  .about-institution .list {
    margin-top: .8rem;
  }

  .about-institution .items {
    margin-bottom: .3rem;
  }

  .about-institution .buttons {
    margin-top: .6rem;
  }

  .about-path .path-swiper-bot .items:after {
    width: 18px;
    height: 18px;
  }

  .about-path .path-swiper-bot .items {
    height: 18px;
  }

  .about-honor .swiper-button-prev, .about-honor .swiper-button-next {
    margin: 0 .15rem;
  }

  .wel-banner .items-top {
    height: auto;
    padding: 1.75rem 1rem 0.4rem 1rem;
  }

  .wel-banner .items-top .tit {
    font-size: .36rem;
  }

  .wel-banner .items-top .cn {
    font-size: 0.7rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .wel-banner .items-top .w-left {
    max-width: 100%;
  }

  .wel-banner .items-top .en {
    font-size: .3rem;
  }

  .wel-banner .items-top {
    padding: .6rem .3rem 1.2rem .3rem;
  }

  .wel-banner .items-top .tit {
    line-height: .6rem;
  }

  .wel-more {
    display: none;
    width: 2.15rem;
    height: .6rem;
    line-height: .6rem;
    padding-right: .6rem;
    font-size: .2rem;
  }

  .wel-more:after {
    width: .5rem;
    height: .15rem;
  }

  .wel-banner .items-top .w-right {
    position: absolute;
    right: .3rem;
    top: .6rem;
  }

  .wel-banner .items-top .cn {
    font-size: .58rem;
    line-height: .8rem;
    margin-top: .25rem;
    margin-bottom: .15rem;
  }

  .wel-banner .items-top .en {
    font-size: .24rem;
  }

  .wel-banner .items-bot .words {
    padding: 1rem .3rem .9rem .3rem;
  }

  .wel-banner .items-bot .images {
    height: 7.2rem;
  }

  .wel-banner .items-bot .btit {
    font-size: .3rem;
  }

  .wel-banner .items-bot .btxt {
    font-size: .5rem;
    margin-top: .35rem;
  }

  .wel-banner .buttons .spanbox {
    left: .3rem;
    top: auto;
    bottom: .9rem;
  }

  .wel-banner .buttons .spanbox .swiper-pagination-current {
    font-size: .4rem;
  }

  .wel-banner .buttons .spanbox {
    font-size: .2rem;
  }

  .wel-banner .buttons .spanbox .span {
    background: url(../img/a04.png) no-repeat center;
    background-size: 100%;
  }

  .wel-banner .buttons .box {
    right: auto;
    left: .3rem;
    bottom: 3.75rem;
    top: auto;
  }

  .wel-banner .buttons .spanbox, .wel-banner .buttons .box {
    color: #a5c807;
  }

  .wel-banner .buttons .spanbox .swiper-pagination-current {
    color: #ffffff;
  }

  .wel-banner .buttons .swiper-button-next {
    margin-left: .5rem;
  }

  .wel-banner .buttons .swiper-button-prev, .wel-banner .buttons .swiper-button-next {
    width: .2rem;
    height: .36rem;
  }

  .wel-search {
    padding-bottom: .8rem;
    padding-top: 0;
  }

  .wel-search .search-top .img {
    width: .8rem;
    height: .8rem;
  }

  .wel-search .search-top .tit {
    font-size: .32rem;
    margin-top: .4rem;
    margin-bottom: .15rem;
  }

  .wel-search .search-top .items {
    font-size: .2rem;
    padding: .35rem .2rem;
    box-sizing: border-box;
    line-height: 1.5;
    position: relative;
  }
  .wel-search .search-top .items:after, .wel-search .search-top .items:before {
    position: absolute;
    content: "";
    background: #f1f1f1;
  }
  .wel-search .search-top .items.items1:after, .wel-search .search-top .items.items3:after {
    width: 1px;
    height: .6rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .wel-search .search-top .items.items3:before, .wel-search .search-top .items.items4:before {
    height: 1px;
    width: .6rem;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
  }

  .wel-search .search-bottom {
    padding: 0 .3rem;
  }

  .wel-search .search-top {
    padding: 0;
  }

  .wel-search .search-bottom .searbox .right .tit {
    font-size: .28rem;
    margin-bottom: .1rem;
  }

  .wel-search .search-bottom .searbox .left div.li {
    height: .6rem;
    line-height: .6rem;
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .4rem;
  }

  .wel-search .search-bottom .searbox .right {
    font-size: .2rem;
  }

  .wel-search .search-bottom .searbox .right span {
    width: .5rem;
    height: .5rem;
  }

  .wel-search .search-bottom .searbox .left a.li {
    width: 20%;
    margin: 0 !important;
    font-size: .24rem;
    text-align: center;
  }

  .wel-search .search-bottom .sear-tit {
    margin-bottom: .4rem;
  }

  .wel-search .search-bottom .sear-search .button {
    width: 1.8rem;
    font-size: .24rem;
  }

  .wel-search .search-bottom .sear-search .button input,
  .wel-search .search-bottom .sear-search {
    font-size: .24rem;
  }

  .wel-search .search-bottom .sear-search .inputbox {
    width: calc(100% - 1.8rem);
  }

  .wel-search .search-bottom .sear-search .inputbox input[type=submit] {
    width: .35rem;
    height: .35rem;
  }

  .wel-tit .en {
    font-size: .58rem;
    text-align: center;
  }

  .wel-tit .cn {
    font-size: .32rem;
    margin-top: .2rem;
    text-align: center;
  }

  .wel-products .items-left {
    padding: 1.85rem .3rem .6rem .3rem;
  }

  .wel-products .wel-tit {
    padding: 0 .3rem;
    top: .6rem;
  }

  .wel-products .images {
    width: 2.25rem;
    height: auto;
  }

  .wel-products .buttons .swiper-button-next, .wel-products .buttons .swiper-button-prev {
    width: .7rem;
    height: .7rem;
    top: 4.2rem;
  }

  .wel-products .items-left .tit-top .txt,
  .wel-products .items-left .txt {
    font-size: .24rem;
    line-height: 1.5;
  }

  .wel-products .items-left .tit-top .tit {
    font-size: .48rem;
  }

  .wel-products .items-left .tit-top {
    padding-bottom: .35rem;
  }

  .wel-products .items-left .tit-center {
    padding-top: .3rem;
  }

  .wel-products .items-left .tit-bot {
    margin-top: .7rem;
  }

  .wel-products .items-right {
    padding: .6rem .3rem .8rem .3rem;
  }

  .wel-products .items-right .t0 {
    font-size: .2rem;
  }

  .wel-products .items-right .t1 {
    font-size: .36rem;
  }

  .wel-products .items-right .t2 {
    margin-top: .55rem;
    font-size: .48rem;
  }

  .wel-products .items-right .t3 {
    font-size: .2rem;
    margin-top: .15rem;
  }

  .wel-principle .list .items {
    font-size: .22rem;
  }

  .wel-principle .list .tit {
    font-size: .36rem;
    margin-bottom: .2rem;
  }

  .wel-principle {
    padding-top: .8rem;
    padding-bottom: .6rem;
  }

  .layout-map .img, .wel-principle .list,
  .wel-principle .list .images {
    max-width: 100%;
  }

  .wel-principle .list .words {
    padding-top: .5rem;
    padding-bottom: .6rem;
  }

  .wel-principle .list-bot {
    height: .6rem;
    line-height: .6rem;
  }

  .wel-principle .list-bot .li {
    width: 1.65rem;
    font-size: .22rem;
  }

  .wel-team .items {
    padding: .7rem .3rem .8rem .3rem;
  }

  .wel-team .items .wel-tit {
    margin-bottom: .5rem;
  }

  .wel-team .s-t {
    font-size: .36rem;
    margin-bottom: .4rem;
  }

  .wel-team .buttons.m {
    top: -.76rem;
  }

  .wel-team .buttons .swiper-button-prev, .wel-team .buttons .swiper-button-next {
    width: .15rem;
    height: .3rem;
  }

  .wel-team .buttons .swiper-pagination .swiper-pagination-current {
    font-size: .6rem;
  }

  .wel-team .buttons .swiper-pagination {
    font-size: .2rem;
  }

  .wel-team .items .p {
    font-size: .22rem;
    height: auto;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: .35rem;
    margin-bottom: .7rem;
  }

  .wel-system .images .i {
    width: 100%;
    height: auto;
  }

  .wel-system .images .items .img {
    width: 1rem;
    height: 1rem;
  }

  .wel-system .images .items .tit {
    font-size: .3rem;
  }

  .wel-system .images .items .txt {
    font-size: .2rem;
    margin-top: .15rem;
  }

  .wel-system .images .items .tit {
    margin-top: .1rem;
  }

  .wel-system .images .items .span {
    vertical-align: top;
  }

  .wel-system .images .items {
    min-height: 0;
    line-height: 1;
  }

  .wel-system .principle-tit {
    padding: 0 .3rem;
    position: static;
  }

  .wel-system {
    padding: .75rem .3rem .75rem .3rem;
  }

  .m768 {
    display: block;
  }

  .pc768 {
    display: none;
  }

  .wel-system .wel-more {
    margin: 0 auto;
    margin-bottom: .75rem;
  }

  .wel-cases {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .wel-cases .cases-swiper {
    margin-top: .4rem;
  }

  .wel-cases .items {
    background: transparent;
  }

  .wel-cases .items .words {
    padding: 0;
    padding-top: .4rem;
  }

  .wel-cases .items .tit {
    font-size: .3rem;
    line-height: .4rem;
    height: .4rem;
  }

  .wel-cases .items .txt {
    font-size: .22rem;
    line-height: .36rem;
    height: .72rem;
    margin-bottom: .3rem;
    margin-top: .3rem;
  }

  .wel-cases .items .more {
    font-size: .2rem;
  }

  .wel-cases .buttons {
    position: absolute;
    right: .3rem;
    top: .75rem;
    margin: 0;
  }

  .wel-cases {
    position: relative;
  }

  .wel-cases .buttons .swiper-button-prev {
    margin-right: .3rem;
  }

  .layout-map .list {
    width: 1.85rem;
    bottom: 0;
  }

  .layout-map .list .li {
    font-size: .22rem;
    line-height: .5rem;
  }
  .layout-map .list .li:nth-child(2n+2) {
    text-align: right;
  }

  .layout-map .words .tit {
    font-size: .24rem;
    line-height: 1.2;
    height: auto;
  }

  .wel-layout {
    padding: .8rem .3rem .6rem .3rem;
  }

  .layout-map .words {
    width: 3.64rem;
    height: 2.55rem;
    font-size: .2rem;
    padding: .1rem;
    line-height: 1.2;
  }

  .layout-map .words .p {
    line-height: 1.2;
    margin-top: .1rem;
    margin-bottom: .15rem;
  }

  .layout-map .words .num {
    font-size: .24rem;
    line-height: 1.2;
    height: auto;
    margin-top: .1rem;
  }

  .layout-map .words {
    left: 50%;
    top: 50%;
    margin-left: -.15rem;
    margin-top: -2.2rem;
  }

  .wel-protection .list .items {
    font-size: .24rem;
    line-height: 1.5;
    width: 100%;
    margin-left: 0;
    margin-bottom: .3rem;
  }

  .wel-protection .list .img {
    width: .6rem;
    height: .6rem;
  }

  .wel-protection {
    padding-top: .7rem;
    padding-bottom: 2.9rem;
  }

  .wel-protection .list .items {
    padding: .45rem .65rem;
  }

  .wel-protection .list .items .tit {
    font-size: .3rem;
    margin-top: .2rem;
    margin-bottom: .15rem;
  }

  .wel-protection .list .items .txt {
    font-size: .2rem;
    line-height: 1.6;
    min-height: 0;
    height: auto;
  }

  .wel-protection .list {
    margin-top: .5rem;
  }

  .wel-protection .list-bot {
    margin-top: .35rem;
  }

  .wel-protection .list-bot .tit0 {
    font-size: .30rem;
  }

  .wel-protection .list-bot .txt0 {
    font-size: .26rem;
    line-height: 1.6;
    margin-top: .25rem;
    margin-bottom: .3rem;
  }

  .searbox-num .tit {
    font-size: .3rem;
    margin-bottom: .1rem;
  }

  .searbox-num {
    font-size: .2rem;
  }

  .searbox-num span {
    width: .5rem;
    height: .5rem;
  }

  .wel-institution.about-institution {
    padding-top: .7rem;
    padding-bottom: 1.35rem;
  }

  .wel-institution.about-institution .list {
    margin-top: .65rem;
  }

  .list-swiper .buttons .swiper-button-prev, .list-swiper .buttons .swiper-button-next {
    margin: 0 .4rem;
  }

  .bocweb-footer .bocweb-top {
    padding: .6rem 0 .45rem 0;
  }

  .bocweb-footer .bocweb-top .right {
    margin-top: 0;
    padding-top: .25rem;
  }

  .bocweb-footer .bocweb-center .left .items .num {
    font-size: .3rem;
  }
  .bocweb-footer .bocweb-top{
  	border-bottom: none;
  }

  .bocweb-footer .bocweb-center .left .items3 {
    margin-left: .7rem;
    max-width: 50%;
  }

  .bocweb-footer .bocweb-center .left .items {
    font-size: .24rem;
    line-height: 1.6;
    margin-bottom: .3rem;
  }
.bocweb-footer .bocweb-center .left .items2 ,.bocweb-footer .bocweb-center .left .items3 {

  width: 40%;
}

  .bocweb-footer .bocweb-center .left .items .p0 {
    font-size: .2rem;
  }

  .bocweb-footer .bocweb-center .left .items .p {
    margin-top: .15rem;
  }

  .bocweb-footer .bocweb-center .left .items .img {
    width: 1.7rem;
    height: 1.7rem;
    padding: .2rem;
  }
  .bocweb-footer .bocweb-center .left .items .img img {
    width: 100%;
  }

  .bocweb-footer {
    font-size: .2rem;
  }

  .bocweb-footer .bocweb-center .left .box:nth-child(n+2) {
    margin-top: .5rem;
  }

  .bocweb-footer .bocweb-center .left .items .span {
    font-size: .2rem;
    margin-top: .1rem;
  }

  .bocweb-footer .bocweb-center .right .top .li {
    font-size: .24rem;
  }

  .bocweb-footer .bocweb-center .right .top .li:nth-child(n+2) {
    margin-left: .6rem;
  }

  .bocweb-footer .bocweb-center {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .bocweb-footer .bocweb-bot .left .i {
    margin-right: .4rem;
  }

  .bocweb-footer .bocweb-bot .left .gw {
    margin-right: .6rem;
    font-size: .2rem;
    width: 1.65rem;
    height: .5rem;
    line-height: .5rem;
  }

  .bocweb-footer .bocweb-bot .left .gw span {
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
  }

  .bocweb-footer .bocweb-bot .right {
    line-height: 1.5;
    margin-top: .3rem;
  }

  .bocweb-footer .bocweb-center .left .items .i {
    margin-bottom: .15rem;
    width: .5rem;
    height: .5rem;
  }

  .bocweb-bot-mbox {
    height: 1.2rem;
    padding-top: .2rem;
  }

  .bocweb-bot-mbox .list {
    height: 2rem;
    border-radius: 2rem;
    line-height: 1rem;
  }
  .bocweb-bot-mbox .list .items .items-top {
    width: .5rem;
    height: .5rem;
  }
  .bocweb-bot-mbox .list .items4 .items-bot {
    font-size: .32rem;
    width: 4rem;
    padding: 0 .1rem;
    top: -.5rem;
    line-height: .5rem;
    border-radius: .06rem;
  }
  .bocweb-bot-mbox .list .items4 .items-bot:after {
    width: .18rem;
    height: .15rem;
    bottom: -.15rem;
  }

  .con-tittip .tittip-bot .items {
    font-size: .24rem;
  }

  .con-tittip .tittip-top {
    padding: 0 .3rem;
  }

  .con-tittip {
   line-height: .8rem;
    /*margin-top: -.8rem;*/
    height: 1.6rem;
  }

  .con-tittipbox {
    height: 1.6rem;
  }

  .wel-system .images .i .i2 {
    width: 4rem;
    height: 4rem;
  }

  .wel-protection {
    /*background-size: 480% !important;*/
    position: relative;
    z-index: 2;
  }

  .wel-protectionbox {
    position: relative;
  }

  .wel-protectionbox:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/a100.png) repeat left top;
    z-index: -1;
  }

  .wel-banner .items {
    padding-top: 0;
  }

  .wel-banner .items2 .items-bot .imgs {
    height: 9.9rem;
  }

  .wel-banner .items-bot,
  .wel-banner .items-top {
    position: relative;
  }

  .wel-banner .items-bot .images {
    /*background:url(../img/a18.jpg) repeat top ;*/
    background: rgba(247, 247, 247, 0.4);
  }

  .wel-banner .items2 .items-bot .imgs,
  .wel-banner .items-bot .words {
    height: 7.2rem;
  }

  .advantage-04 .advantage04box .item {
    text-align: center;
  }

  .products-body .bocweb-bot-mbox {
    background: #fff;
  }

  .about-profile .profile-bot {
    padding-bottom: 0;
  }

  .about-profile .profile-bot .buttons {
    margin-top: .4rem;
  }

   .wel-tit{
    width: 100%;
  }


}

/*# sourceMappingURL=style.css.map */







/******************分页开始******************/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin:40px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #0075c2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 5px;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0075c2;
    border-color: #0075c2;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after, .pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}
/******************分页结束******************/
.nav-ul-div1{
  width: 180px;
  padding: 10px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 86px;
  background: #fff;
  display: none;
}
.nav-ul-div1 a{
  font-size: 15px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 5px 0;
}
.nav-ul-div1 a:hover{
  background: #0094dd;
  color: #fff;
}